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