Lines Matching refs:isAuto
4095 View.prototype.updateSize = function (totalHeight, isAuto, isResize) {
4097 this['setHeight'](totalHeight, isAuto);
4100 _super.prototype.updateSize.call(this, totalHeight, isAuto, isResize);
8017 BasicView.prototype.updateSize = function (totalHeight, isAuto, isResize) {
8025 if (!isAuto) {
8031 _super.prototype.updateSize.call(this, totalHeight, isAuto, isResize);
8048 this.setGridHeight(scrollerHeight, isAuto);
8053 if (!isAuto) { // should we force dimensions of the scroll container?
8072 BasicView.prototype.setGridHeight = function (height, isAuto) {
8073 if (isAuto) {
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);
12557 if (!isAuto) {
12580 if (!isAuto) { // should we force dimensions of the scroll container?
13077 TimeGrid.prototype.updateSize = function (totalHeight, isAuto, isResize) {
13078 _super.prototype.updateSize.call(this, totalHeight, isAuto, isResize);
14042 MonthView.prototype.setGridHeight = function (height, isAuto) {
14044 if (isAuto) {
14047 …util_1.distributeHeight(this.dayGrid.rowEls, height, !isAuto); // if auto, don't compensate for he…
14128 ListView.prototype.updateSize = function (totalHeight, isAuto, isResize) {
14129 _super.prototype.updateSize.call(this, totalHeight, isAuto, isResize);
14131 if (!isAuto) {