Searched defs:newR (Results 1 – 3 of 3) sorted by relevance
188 val newR = Math.max(1f, powf(adjustPressure(s.pressure), 2f).toFloat() * _brushWidth) regex
1633 ActivityRecord performClearTop(ActivityRecord newR, int launchFlags, int[] finishCount) { in performClearTop()1661 private ActivityRecord clearTopActivities(ActivityRecord newR, int launchFlags, in clearTopActivities()
1388 final ActivityRecord newR = new ActivityBuilder(mAtm).build(); in testResetTaskWithFinishingActivities() local