Home
last modified time | relevance | path

Searched refs:windowId (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/viewers/viewer_transitions/operations/
Dupdate_transition_changes_names.ts46 const windowId = target.getChildByName('windowId'); constant
47 if (windowId) {
48 const windowIdString = windowId.getValue().toString(16);
50 windowId.setFormatter(
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeySourceNetworkViews.java139 int windowId = Integer.parseInt(windowString); in getNodeByAccessibilityIds() local
143 return client.findAccessibilityNodeInfoByAccessibilityId(connectionId, windowId, viewId, in getNodeByAccessibilityIds()