Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dexpanded_timeline_component.ts197 timeline.getCanvas().width = 0;
198 timeline.getCanvas().height = 0;
199 timeline.getCanvas().style.width = 'auto';
200 timeline.getCanvas().style.height = 'auto';
205 timeline.getCanvas().height = 0;
206 timeline.getCanvas().style.width = 'auto';
207 timeline.getCanvas().style.height = 'auto';
Dabstract_timeline_row_component.ts56 getCanvas(): HTMLCanvasElement { method in AbstractTimelineRowComponent
80 const canvas = this.getCanvas();
113 this.canvasDrawer.setCanvas(this.getCanvas());
Ddefault_timeline_row_component_test.ts155 component.getCanvas().dispatchEvent(event);
307 component.getCanvas().dispatchEvent(event);
Dtransition_timeline_component_test.ts229 component.getCanvas().dispatchEvent(mouseoutEvent);
235 component.getCanvas().dispatchEvent(mouseoutEvent);
540 component.getCanvas().dispatchEvent(mousemoveEvent);
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component_test.ts207 const canvas = assertDefined(component.miniTimelineComponent).getCanvas();
338 target: component.miniTimelineComponent?.getCanvas(),
351 .getCanvas()
367 .getCanvas()
390 .getCanvas()
413 .getCanvas()
493 const canvas = miniTimelineComponent.getCanvas();
574 const canvas = miniTimelineComponent.getCanvas();
Dmini_timeline_component.ts150 getCanvas(): HTMLCanvasElement { method in MiniTimelineComponent
209 this.getCanvas(),
413 const canvas = this.getCanvas();
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintCustomContent.java390 page.getCanvas().scale(scale, scale); in print()
403 view.draw(page.getCanvas()); in print()
405 page.getCanvas().translate(0, view.getHeight()); in print()
/development/tools/winscope/src/app/components/timeline/
Dtimeline_component_test.ts1064 const canvas = miniTimelineComponent.getCanvas();