Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Dexpanded_timeline_component.ts196 timeline.getCanvas().width = 0;
197 timeline.getCanvas().height = 0;
198 timeline.getCanvas().style.width = 'auto';
199 timeline.getCanvas().style.height = 'auto';
204 timeline.getCanvas().height = 0;
205 timeline.getCanvas().style.width = 'auto';
206 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());
/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component_test.ts199 const canvas = assertDefined(component.miniTimelineComponent).getCanvas();
342 target: component.miniTimelineComponent?.getCanvas(),
355 .getCanvas()
372 .getCanvas()
396 .getCanvas()
420 .getCanvas()
501 const canvas = miniTimelineComponent.getCanvas();
586 const canvas = miniTimelineComponent.getCanvas();
Dmini_timeline_component.ts148 getCanvas(): HTMLCanvasElement { method in MiniTimelineComponent
205 this.getCanvas(),
466 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()