Searched refs:shapeProgressStart (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | FloatingIconView.java | 211 public void update(RectF rect, float alpha, float progress, float shapeProgressStart, in update() argument 234 Math.max(shapeProgressStart, progress), shapeProgressStart, 1f, 0, toMax, in update() 245 if (!isOpening && progress >= shapeProgressStart) { in update()
|