Home
last modified time | relevance | path

Searched refs:endR (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java335 float endR, Path outPath) {
348 float endControl = endR * 0.551915024494f;
349 float endHShift = endRect.width() / 2f - endR;
350 float endVShift = endRect.height() / 2f - endR;
357 float r = (1 - progress) * startR + progress * endR;
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DMaterialProgressDrawable.java333 int endR = (endInt >> 16) & 0xff; in evaluateColorChange() local
338 | (int) ((startR + (int) (fraction * (endR - startR))) << 16) in evaluateColorChange()