Searched refs:baseHeight (Results 1 – 1 of 1) sorted by relevance
115 @Input() baseHeight = 0; property in MatDrawer118 return this.baseHeight;267 const baseHeight = this.drawer.getBaseHeight(); constant270 this.drawer.mode === 'push' ? Math.max(0, height - baseHeight) : 0;273 bottom += baseHeight + shiftAmount;