Home
last modified time | relevance | path

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

/development/tools/winscope/src/flickerlib/windows/
DWindowState.ts19 import { toRect, Bounds, WindowState, WindowLayoutParams } from "../common"
66 toRect(proto.surfacePosition),
67 toRect(proto.windowFrames?.frame ?? null),
68 toRect(proto.windowFrames?.containingFrame ?? null),
69 toRect(proto.windowFrames?.parentFrame ?? null),
70 toRect(proto.windowFrames?.contentFrame ?? null),
71 toRect(proto.windowFrames?.contentInsets ?? null),
72 toRect(proto.surfaceInsets),
73 toRect(proto.givenContentInsets),
74 toRect(proto.animator?.lastClipRect ?? null),
DDisplayContent.ts19 import { toRect, DisplayContent, Rect } from "../common"
48 toRect(defaultBounds),
49 toRect(movementBounds),
54 toRect(proto.displayFrames?.stableBounds),
DActivityTask.ts19 import { ActivityTask, toRect } from "../common"
37 toRect(proto.bounds),
41 toRect(proto.lastNonFullscreenBounds),
DWindowContainer.ts23 toRect,
115 toRect(proto.appBounds),
116 toRect(proto.bounds),
117 toRect(proto.maxBounds),
/development/tools/winscope/src/flickerlib/
DObjectFormatter.ts17 import {toBounds, toBuffer, toColor, toPoint, toRect,
93 case `RectProto`: return toRect(obj)
Dcommon.js93 function toRect(proto) { function
115 const parsedRect = toRect(rect)
159 toRect,