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.java111 public void update(RectF rect, float progress, float shapeProgressStart, float cornerRadius, in update() argument
113 update(rect, progress, shapeProgressStart, cornerRadius, isOpening, container, dp, 255); in update()
120 public void update(RectF rect, float progress, float shapeProgressStart, float cornerRadius, in update() argument
149 update(rect, progress, shapeProgressStart, cornerRadius, isOpening, scale, minSize, dp); in update()
159 private void update(RectF rect, float progress, float shapeProgressStart, float cornerRadius, in update() argument
164 float shapeRevealProgress = boundToRange(mapToRange(max(shapeProgressStart, progress), in update()
165 shapeProgressStart, 1f, 0, toMax, LINEAR), 0, 1); in update()
175 if (!isOpening && progress >= shapeProgressStart) { in update()
DFloatingIconView.java151 public void update(float alpha, RectF rect, float progress, float shapeProgressStart, in update() argument
153 update(alpha, rect, progress, shapeProgressStart, cornerRadius, isOpening, 0); in update()
166 public void update(float alpha, RectF rect, float progress, float shapeProgressStart, in update() argument
174 mClipIconView.update(rect, progress, shapeProgressStart, cornerRadius, isOpening, this, in update()