Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/expanded-timeline/
Ddefault_timeline_row_component.ts105 if (rect.containsPoint(mousePoint)) {
Dtransition_timeline_component.ts135 if (rect.containsPoint(mousePoint)) {
/development/tools/winscope/src/common/
Drect.ts36 containsPoint(point: Point): boolean { method in Rect