Searched refs:VIEW_ALPHA (Results 1 – 9 of 9) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | MultiValueAlpha.java | 19 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/ |
D | DragView.java | 22 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/ |
D | WorkspaceStateTransitionAnimation.java | 26 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA; 230 propertySetter.setFloat(cl.getShortcutsAndWidgets(), VIEW_ALPHA, in applyChildState() local
|
D | LauncherAnimUtils.java | 174 public static final FloatProperty<View> VIEW_ALPHA = field in LauncherAnimUtils
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarViewController.java | 22 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA; 758 setter.addFloat(child, VIEW_ALPHA, 0f, 1f, in createIconAlignmentController()
|
D | NavbarButtonsViewController.java | 1179 this(view, enableCondition, LauncherAnimUtils.VIEW_ALPHA, 1, 0); in StatePropertyHolder()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | TaskViewUtils.java | 25 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/ |
D | BubbleBarView.java | 19 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/ |
D | RecentsView.java | 42 import static com.android.launcher3.LauncherAnimUtils.VIEW_ALPHA; 3335 anim.setFloat(taskView, VIEW_ALPHA, 0, in addDismissedTaskAnimations()
|