Lines Matching refs:totalHeight

4095     View.prototype.updateSize = function (totalHeight, isAuto, isResize) {
4097 this['setHeight'](totalHeight, isAuto);
4100 _super.prototype.updateSize.call(this, totalHeight, isAuto, isResize); argument
8017 BasicView.prototype.updateSize = function (totalHeight, isAuto, isResize) {
8026 scrollerHeight = this.computeScrollerHeight(totalHeight);
8031 _super.prototype.updateSize.call(this, totalHeight, isAuto, isResize);
8047 scrollerHeight = this.computeScrollerHeight(totalHeight);
8059 scrollerHeight = this.computeScrollerHeight(totalHeight);
8067 BasicView.prototype.computeScrollerHeight = function (totalHeight) {
8068 return totalHeight -
10073 DateComponent.prototype.updateSize = function (totalHeight, isAuto, isResize) {
12547 AgendaView.prototype.updateSize = function (totalHeight, isAuto, isResize) {
12551 _super.prototype.updateSize.call(this, totalHeight, isAuto, isResize);
12558 scrollerHeight = this.computeScrollerHeight(totalHeight);
12581 scrollerHeight = this.computeScrollerHeight(totalHeight);
12589 scrollerHeight = this.computeScrollerHeight(totalHeight);
12602 AgendaView.prototype.computeScrollerHeight = function (totalHeight) {
12603 return totalHeight -
13077 TimeGrid.prototype.updateSize = function (totalHeight, isAuto, isResize) {
13078 _super.prototype.updateSize.call(this, totalHeight, isAuto, isResize);
14128 ListView.prototype.updateSize = function (totalHeight, isAuto, isResize) {
14129 _super.prototype.updateSize.call(this, totalHeight, isAuto, isResize);
14132 this.scroller.setHeight(this.computeScrollerHeight(totalHeight));
14135 ListView.prototype.computeScrollerHeight = function (totalHeight) {
14136 return totalHeight -