Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/bottomnav/
Ddrawer.scss19 $drawer-content-z-index: 1;
20 $drawer-side-drawer-z-index: 2;
21 $drawer-backdrop-z-index: 3;
22 $drawer-over-drawer-z-index: 4;
26 @mixin drawer-stacking-context($z-index: 1) {
34 .mat-drawer-container {
37 // We create another stacking context in the '.mat-drawer-content' and in each drawer so that
39 @include drawer-stacking-context();
58 &.mat-drawer-container-has-open {
65 &.mat-drawer-container-explicit-backdrop .mat-drawer-side {
[all …]
Dbottom_drawer_component.ts203 @ContentChild(MatDrawer) drawer!: MatDrawer;
267 const baseHeight = this.drawer.getBaseHeight();
270 this.drawer.mode === 'push' ? Math.max(0, height - baseHeight) : 0;
/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
Dcanvas_mouse_handler_impl.ts41 private drawer: MiniTimelineDrawer, property in CanvasMouseHandlerImpl
49 this.drawer.canvas.addEventListener('mousemove', (event) => {
52 this.drawer.canvas.addEventListener('mousedown', async (event) => {
55 this.drawer.canvas.addEventListener('mouseup', (event) => {
58 this.drawer.canvas.addEventListener('mouseout', (event) => {
89 const trace = await this.drawer.getTraceClicked(mousePoint);
106 this.drawer.updateHover(mousePoint);
113 this.drawer.updateHover(undefined);
136 const padding = this.drawer.getPadding();
137 const width = this.drawer.getWidth();
[all …]
Ddraggable_canvas_object_impl.ts31 private drawer: MiniTimelineDrawer, property in DraggableCanvasObjectImpl
42 this.drawer.handler.registerDraggableObject(
47 this.drawer.draw();
52 this.drawer.draw();
73 this.drawer.handler.notifyDrawnOnTop(this);
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts152 drawer: MiniTimelineDrawer | undefined = undefined; property in MiniTimelineComponent
166 const drawer = assertDefined(this.drawer); constant
167 const clickRange = drawer.getClickRange(lastRightClickPos);
169 const usableRange = drawer.getUsableRange();
204 this.drawer = new MiniTimelineDrawerImpl(
231 } else if (this.drawer && changes['expandedTimelineMouseXRatio']) {
235 ? mouseXRatio * this.drawer.getWidth()
238 } else if (this.drawer !== undefined) {
239 this.drawer.draw();
253 this.drawer?.draw();
[all …]
Dmini_timeline_component_test.ts120 const spy = spyOn(assertDefined(miniTimelineComponent.drawer), 'draw');
502 const drawer = assertDefined(miniTimelineComponent.drawer); constant
503 const usableRange = drawer.getUsableRange();
509 (usableRange.to - usableRange.from) * 0.25 + drawer.getPadding().left,
587 const drawer = assertDefined(miniTimelineComponent.drawer); constant
588 const usableRange = drawer.getUsableRange();
/development/tools/winscope/src/
Dmaterial-theme.scss69 @mixin drawer-color($theme) {
73 --drawer-color: #{mat.get-color-from-palette($background, dialog)};
88 --drawer-block-primary: #EEEFF0;
89 --drawer-block-secondary: #DDDDDD;
90 --drawer-color: var(--background-color);
113 --drawer-block-primary: #696563;
114 --drawer-block-secondary: #5e5b5a;
115 @include drawer-color($dark-theme);
/development/samples/browseable/WearDrawers/src/com.example.android.wearable.wear.weardrawers/
DMainActivity.java24 import android.support.wearable.view.drawer.WearableActionDrawer;
25 import android.support.wearable.view.drawer.WearableDrawerLayout;
26 import android.support.wearable.view.drawer.WearableNavigationDrawer;
/development/tools/winscope/src/app/components/
Dtrackpad_vertical_scroll.svg3 <rect x="14.0493" y="55.24" width="14.9635" height="5.61135" fill="var(--drawer-color)"/>
4 <rect x="33.7271" y="55.24" width="14.9635" height="5.61135"fill="var(--drawer-color)"/>
Dtrackpad_horizontal_scroll.svg3 <rect x="17.671" y="70.741" width="19.1431" height="7.17871" fill="var(--drawer-color)"/>
4 <rect x="42.8446" y="70.741" width="19.1431" height="7.17871" fill="var(--drawer-color)"/>
Dtrackpad_right_click.svg3 <rect x="33.4321" y="55.24" width="14.9635" height="5.61135" fill="var(--drawer-color)"/>
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component.ts610 await this.miniTimeline?.drawer?.draw();
618 await this.miniTimeline?.drawer?.draw();
Dtimeline_component_test.ts326 assertDefined(timelineComponent.miniTimeline?.drawer),
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...