Lines Matching refs:Scroller
2142 exports.Scroller = Scroller_1.default;
3437 var Scroller = /** @class */ (function (_super) {
3438 tslib_1.__extends(Scroller, _super);
3439 function Scroller(options) {
3446 Scroller.prototype.render = function () {
3450 Scroller.prototype.renderEl = function () {
3454 Scroller.prototype.clear = function () {
3458 Scroller.prototype.destroy = function () {
3463 Scroller.prototype.applyOverflow = function () {
3472 Scroller.prototype.lockOverflow = function (scrollbarWidths) {
3494 Scroller.prototype.setHeight = function (height) {
3497 Scroller.prototype.getScrollTop = function () {
3500 Scroller.prototype.setScrollTop = function (top) {
3503 Scroller.prototype.getClientWidth = function () {
3506 Scroller.prototype.getClientHeight = function () {
3509 Scroller.prototype.getScrollbarWidths = function () {
3512 return Scroller;
3514 exports.default = Scroller;