Searched refs:startR (Results 1 – 3 of 3) sorted by relevance
393 float startR = startRect.width() / 2f;394 float startControl = startR - startR * mRadiusRatio;411 float r = (1 - progress) * startR + progress * endR;
237 float startR = mAppsButton.getWidth() / 2f; in showAppDrawer() local239 float[] buttonPos = new float[]{startR, startR}; in showAppDrawer()
327 int startR = (startInt >> 16) & 0xff; in evaluateColorChange() local338 | (int) ((startR + (int) (fraction * (endR - startR))) << 16) in evaluateColorChange()