Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java150 int fgIconAlpha, boolean isOpening, View container, DeviceProfile dp, in update() argument
171 update(rect, progress, shapeProgressStart, cornerRadius, fgIconAlpha, isOpening, scale, in update()
183 int fgIconAlpha, boolean isOpening, float scale, float minSize, in update() argument
236 mForeground.setAlpha(fgIconAlpha); in update()
DFloatingIconView.java149 public void update(float alpha, int fgIconAlpha, RectF rect, float progress, in update() argument
152 mClipIconView.update(rect, progress, shapeProgressStart, cornerRadius, fgIconAlpha, in update()