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.java149 public void update(RectF rect, float progress, float shapeProgressStart, float cornerRadius, in update() argument
171 update(rect, progress, shapeProgressStart, cornerRadius, fgIconAlpha, isOpening, scale, in update()
182 private void update(RectF rect, float progress, float shapeProgressStart, float cornerRadius, in update() argument
193 float shapeRevealProgress = boundToRange(mapToRange(max(shapeProgressStart, progress), in update()
194 shapeProgressStart, 1f, 0, toMax, LINEAR), 0, 1); in update()
204 if (!isOpening && progress >= shapeProgressStart) { in update()
DFloatingIconView.java150 float shapeProgressStart, float cornerRadius, boolean isOpening) { in update() argument
152 mClipIconView.update(rect, progress, shapeProgressStart, cornerRadius, fgIconAlpha, in update()