Home
last modified time | relevance | path

Searched refs:stableId (Results 1 – 19 of 19) sorted by relevance

/development/tools/winscope/spec/utils/
Dtree.js13 this.stableId = undefined;
20 constructor(name, children, combined, stableId) { argument
24 stableId: stableId, property
34 constructor(name, diffType, children, combined, stableId) { argument
35 super(name, children, combined, stableId);
/development/tools/winscope/src/
Dtransform_ime.js23 stableId: 'entry' property
35 stableId: 'client' property
59 stableId: 'entry' property
71 stableId: 'service' property
95 stableId: 'entry' property
108 stableId: 'managerservice' property
Dtransform.js40 stableId, property
86 …const stableIdResolved = (stableId === undefined) ? kindResolved + '|-|' + nameResolved : call(sta…
104 stableId: stableIdResolved, property
140 constructor(obj, rootName, stableId) { argument
143 this.stableId = stableId;
181 this.stableId, transformOptions);
254 stableId, transformOptions) { argument
289 `${stableId}.${key}`, transformOptions));
298 `${stableId}.${key}`, transformOptions));
314 stableId, property
[all …]
Dtransform_wl.js45 stableId: layer.id, property
62 stableId: cntnr.id, property
91 stableId: 'entry', property
Dtransform_accessibility.js37 stableId: 'entry' property
Dtransform_launcher.js37 stableId: 'entry' property
Dtransform_sys_ui.js48 stableId: 'entry' property
Dmain.js82 if (item.stableId === undefined || item.stableId === null) {
243 if (item.stableId === undefined || item.stableId === null) {
/development/tools/winscope/spec/traces/
DExpectedTraces.js95 stableId: "LayerTraceEntry", property
116stableId: "BufferLayer 1536 com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslau… property
183 stableId: "LayerTraceEntry", property
204stableId: "BufferLayer 1012 SurfaceView - com.android.chrome/com.google.android.apps.chrome.Main#0… property
276 stableId: "LayerTraceEntry", property
296stableId: "BufferQueueLayer 12545 com.android.server.wm.flicker.testapp/com.android.server.wm.flic… property
382 stableId: "LayerTraceEntry", property
467 stableId: "LayerTraceEntry", property
/development/tools/winscope/src/utils/
Dutils.js37 if (item.stableId === 'winToken|-|') {
38 return item.stableId + item.children[0].stableId;
41 return item.stableId;
Ddiff.js82 stableId: 'DiffTree', property
120 clone.stableId = node.stableId;
/development/tools/winscope/src/flickerlib/windows/
DWindowToken.ts38 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
DDisplayArea.ts35 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
DTaskFragment.ts38 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
DActivity.ts45 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
DTask.ts54 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
DDisplayContent.ts60 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
/development/tools/winscope/src/flickerlib/
DObjectFormatter.ts71 if (Array.isArray(value) && value.length > 0) return !value[0].stableId;
73 return !(value?.stableId);
DWindowManagerState.ts53 console.warn("Created ", entry.kind, " stableId=", entry.stableId)