Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/inferno/
Dscript.js159 function unzoom(e) { function
230 unzoom(selected); return false;
/system/extras/simpleperf/scripts/
Dreport_html.js1335 this.svg.find(`#zoom_rect_${this.id}`).css('cursor', 'pointer').click(unzoom);
1336 this.svg.find(`#zoom_text_${this.id}`).css('cursor', 'pointer').click(unzoom);
1346 function unzoom() { function