Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/bottomnav/
Dbottom_drawer_component.ts148 private contentMargins: {top: number | null; bottom: number | null} = { property in MatDrawerContent
166 this.contentMargins = margins;
214 contentMargins: {top: number | null; bottom: number | null} = {
283 top !== this.contentMargins.top ||
284 bottom !== this.contentMargins.bottom
286 this.contentMargins = {top, bottom};
288 this.content.setMargins(this.contentMargins);
293 this.contentMarginChanges.next(this.contentMargins),