Searched defs:newR (Results 1 – 4 of 4) sorted by relevance
121 int newR = 128 + deltaR & 0xFF; in assertImageSimilar() local
188 val newR = Math.max(1f, powf(adjustPressure(s.pressure), 2f).toFloat() * _brushWidth) in plot() constant
1394 final ActivityRecord newR = new ActivityBuilder(mAtm).build(); in testResetTaskWithFinishingActivities() local
1669 ActivityRecord performClearTop(ActivityRecord newR, int launchFlags, int[] finishCount) { in performClearTop()1697 private ActivityRecord clearTopActivities(ActivityRecord newR, int launchFlags, in clearTopActivities()