Home
last modified time | relevance | path

Searched refs:baseHeight (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/app/components/bottomnav/
Dbottom_drawer_component.ts115 @Input() baseHeight = 0; property in MatDrawer
118 return this.baseHeight;
267 const baseHeight = this.drawer.getBaseHeight(); constant
270 this.drawer.mode === 'push' ? Math.max(0, height - baseHeight) : 0;
273 bottom += baseHeight + shiftAmount;