Home
last modified time | relevance | path

Searched refs:VIEW_ALPHA (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/util/
DMultiValueAlpha.java19 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA;
42 super(view, VIEW_ALPHA, size, ALPHA_AGGREGATOR, 1f); in MultiValueAlpha()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DDragView.java22 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA;
385 anim.play(ObjectAnimator.ofFloat(newContent, VIEW_ALPHA, 0, 1)); in crossFadeContent()
386 anim.play(ObjectAnimator.ofFloat(mContent, VIEW_ALPHA, 0)); in crossFadeContent()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java26 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA;
230 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState() local
DLauncherAnimUtils.java174 public static final FloatProperty<View> VIEW_ALPHA = field in LauncherAnimUtils
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java22 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA;
758 setter.addFloat(child, VIEW_ALPHA, 0f, 1f, in createIconAlignmentController()
DNavbarButtonsViewController.java1179 this(view, enableCondition, LauncherAnimUtils.VIEW_ALPHA, 1, 0); in StatePropertyHolder()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskViewUtils.java25 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA;
318 out.addFloat(v, VIEW_ALPHA, 1, 0, clampToProgress(LINEAR, 0.2f, 0.4f)); in createRecentsWindowAnimator()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java19 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA;
570 return mDraggedBubbleView == null ? VIEW_ALPHA : BUBBLE_DRAG_ALPHA; in getLocationAnimAlphaProperty()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java42 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA;
3335 anim.setFloat(taskView, VIEW_ALPHA, 0, in addDismissedTaskAnimations()