Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java146 void update(RectF rect, float progress, float shapeProgressStart, float cornerRadius, in update() argument
158 Math.max(shapeProgressStart, progress), shapeProgressStart, 1f, 0, toMax, in update()
169 if (!isOpening && progress >= shapeProgressStart) { in update()
DFloatingIconView.java144 public void update(RectF rect, float alpha, float progress, float shapeProgressStart, in update() argument
164 mClipIconView.update(rect, progress, shapeProgressStart, cornerRadius, isOpening, scale, in update()