Home
last modified time | relevance | path

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

/development/tools/winscope/src/viewers/components/rects/
Drects_component.ts408 const curr: DisplayIdentifier[] = simpleChanges['displays'].currentValue; constant
450 const curr = this.internalDisplays.find( 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/viewers/common/
Dhierarchy_presenter.ts124 const curr = this.currentHierarchyTrees.get(trace); constant
/development/tools/winscope/src/app/
Dloaded_parsers.ts501 const curr = rangesSortedByEnd[i]; constant
/development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
DAccelerometerPlayActivity.java282 Particle curr = mBalls[i]; in update() local