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.js1339 this.zoomStack = [null]; property
1346 thisObj.zoomStack.push(this);
1353 if (thisObj.zoomStack.length > 1) {
1354 thisObj.zoomStack.pop();
1355 displayFromElement(thisObj.zoomStack[thisObj.zoomStack.length - 1]);
1356 if (thisObj.zoomStack.length == 1) {