/development/tools/winscope/spec/utils/ |
D | tree.js | 13 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/ |
D | transform_ime.js | 23 stableId: 'entry' property 35 stableId: 'client' property 59 stableId: 'entry' property 71 stableId: 'service' property 95 stableId: 'entry' property 108 stableId: 'managerservice' property
|
D | transform.js | 40 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 …]
|
D | transform_wl.js | 45 stableId: layer.id, property 62 stableId: cntnr.id, property 91 stableId: 'entry', property
|
D | transform_accessibility.js | 37 stableId: 'entry' property
|
D | transform_launcher.js | 37 stableId: 'entry' property
|
D | transform_sys_ui.js | 48 stableId: 'entry' property
|
D | main.js | 82 if (item.stableId === undefined || item.stableId === null) { 243 if (item.stableId === undefined || item.stableId === null) {
|
/development/tools/winscope/spec/traces/ |
D | ExpectedTraces.js | 95 stableId: "LayerTraceEntry", property 116 …stableId: "BufferLayer 1536 com.google.android.apps.nexuslauncher/com.google.android.apps.nexuslau… property 183 stableId: "LayerTraceEntry", property 204 …stableId: "BufferLayer 1012 SurfaceView - com.android.chrome/com.google.android.apps.chrome.Main#0… property 276 stableId: "LayerTraceEntry", property 296 …stableId: "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/ |
D | utils.js | 37 if (item.stableId === 'winToken|-|') { 38 return item.stableId + item.children[0].stableId; 41 return item.stableId;
|
D | diff.js | 82 stableId: 'DiffTree', property 120 clone.stableId = node.stableId;
|
/development/tools/winscope/src/flickerlib/windows/ |
D | WindowToken.ts | 38 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
|
D | DisplayArea.ts | 35 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
|
D | TaskFragment.ts | 38 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
|
D | Activity.ts | 45 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
|
D | Task.ts | 54 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
|
D | DisplayContent.ts | 60 console.warn("Created ", entry.kind, " stableId=", entry.stableId);
|
/development/tools/winscope/src/flickerlib/ |
D | ObjectFormatter.ts | 71 if (Array.isArray(value) && value.length > 0) return !value[0].stableId; 73 return !(value?.stableId);
|
D | WindowManagerState.ts | 53 console.warn("Created ", entry.kind, " stableId=", entry.stableId)
|