Home
last modified time | relevance | path

Searched defs:windowId (Results 1 – 4 of 4) sorted by relevance

/development/tools/winscope/src/viewers/viewer_input/
Dpresenter.ts285 const windowId = Number(windowIdNode?.getValue() ?? -1); constant
342 const windowId = Number( constant
425 const windowId = dispatchEntry.getChildByName('windowId'); constant
/development/tools/winscope/src/viewers/viewer_transitions/operations/
Dupdate_transition_changes_names.ts46 const windowId = target.getChildByName('windowId'); constant
/development/tools/winscope/src/viewers/viewer_transitions/
Dpresenter.ts307 const windowId = target.getChildByName('windowId'); constant
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkViews.java139 int windowId = Integer.parseInt(windowString); in getNodeByAccessibilityIds() local