Home
last modified time | relevance | path

Searched defs:curr (Results 1 – 6 of 6) sorted by relevance

/development/tools/winscope/src/viewers/common/
Dhierarchy_presenter.ts125 let curr = this.getCurrentTreesByTrace(trace); variable
262 const curr = this.getCurrentTreesByTrace(trace); constant
367 for (const curr of this.currentTrees) { constant
502 for (const curr of this.currentTrees) { constant
/development/tools/winscope/src/viewers/components/rects/
Drects_component.ts545 const curr: DisplayIdentifier[] = simpleChanges['displays'].currentValue; constant
609 const curr = this.internalDisplays.filter((display) => constant
/development/tools/winscope/src/viewers/viewer_media_based/
Dviewer_media_based_component.ts251 const curr = this.currentTraceEntries.at(this.index); constant
313 const curr = this.currentTraceEntries.at(this.index); constant
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DColorFilters.java48 private static void addToTheRight(Drawable curr, Drawable prev) { in addToTheRight()
/development/tools/winscope/src/app/
Dloaded_parsers.ts484 const curr = rangesSortedByEnd[i]; constant
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java282 Particle curr = mBalls[i]; in update() local