Searched refs:newR (Results 1 – 3 of 3) sorted by relevance
188 val newR = Math.max(1f, powf(adjustPressure(s.pressure), 2f).toFloat() * _brushWidth) in plot() constant192 if (d > 1f && (r + newR) > 1f) { in plot()193 val N = (2 * d / Math.min(4f, r + newR)).toInt() in plot()197 val stepR = (newR - r) / N in plot()207 c.drawCircle(s.x, s.y, newR, _drawPaint) in plot()210 _lastR = newR in plot()
130 int newR = 128 + deltaR & 0xFF; in assertImageSimilar() local139 int newRGB = avgAlpha | newR << 16 | newG << 8 | newB; in assertImageSimilar()
1463 ActivityRecord performClearTaskForReuseLocked(ActivityRecord newR, int launchFlags) { in performClearTaskForReuseLocked() argument1465 final ActivityRecord result = performClearTaskLocked(newR, launchFlags); in performClearTaskForReuseLocked()1481 final ActivityRecord performClearTaskLocked(ActivityRecord newR, int launchFlags) { in performClearTaskLocked() argument1488 if (r.mActivityComponent.equals(newR.mActivityComponent)) { in performClearTaskLocked()