Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/inferno/
Dscript.js49 svgElement.zoomStack = [svgElement.getElementById(svgElement.attributes['rootid'].value)];
94 let zoomStack = svgElement.zoomStack;
95 zoomStack.push(e);
105 let zoomStack = svgElement.zoomStack;
106 let e = zoomStack[zoomStack.length - 1];
112 if (zoomStack.length == 1) {
161 let stack = svgOwner.zoomStack;
/system/extras/simpleperf/scripts/
Dreport_html.js1333 this.zoomStack = [null]; property
1340 thisObj.zoomStack.push(this);
1347 if (thisObj.zoomStack.length > 1) {
1348 thisObj.zoomStack.pop();
1349 displayFromElement(thisObj.zoomStack[thisObj.zoomStack.length - 1]);
1350 if (thisObj.zoomStack.length == 1) {