Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/surface_flinger/operations/
Dupdate_transforms.ts36 const inputWindowInfo = value.getChildByName('inputWindowInfo'); constant
37 if (inputWindowInfo) {
39 inputWindowInfo.getChildByName('transform'),
Dupdate_transforms_test.ts123 const inputWindowInfo = TreeNodeUtils.makePropertyNode( constant
131 propertyRoot.addOrReplaceChild(inputWindowInfo);
134 inputWindowInfo.id,
/development/tools/winscope/src/viewers/viewer_surface_flinger/
Dpresenter.ts259 const inputWindowInfo = tree.getChildByName('inputWindowInfo'); constant
261 inputWindowInfo !== undefined &&
262 inputWindowInfo.getAllChildren().length > 0;
266 inputWindowInfo.getChildByName('cropLayerId'),
319 ? inputWindowInfo.getChildByName('transform')
324 inputWindowInfo.getChildByName('focusable'),
329 ? inputWindowInfo
334 inputWindowInfo?.getChildByName('inputConfig')?.formattedValue() ??