Searched refs:newR (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java132 int newR = 128 + deltaR & 0xFF;
141 int newRGB = avgAlpha | newR << 16 | newG << 8 | newB;
/frameworks/base/services/core/java/com/android/server/am/
H A DTaskRecord.java1380 ActivityRecord performClearTaskForReuseLocked(ActivityRecord newR, int launchFlags) { argument
1382 final ActivityRecord result = performClearTaskLocked(newR, launchFlags);
1394 * @param newR Description of the new activity being started.
1398 final ActivityRecord performClearTaskLocked(ActivityRecord newR, int launchFlags) { argument
1405 if (r.realActivity.equals(newR.realActivity)) {

Completed in 312 milliseconds