Home
last modified time | relevance | path

Searched refs:CONTENT_ALPHA (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java18 import static com.android.quickstep.views.IconRecentsView.CONTENT_ALPHA;
42 return CONTENT_ALPHA; in getContentAlphaProperty()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DFallbackActivityControllerHelper.java21 import static com.android.quickstep.views.RecentsView.CONTENT_ALPHA;
105 Animator anim = ObjectAnimator.ofFloat(recentsView, CONTENT_ALPHA, 0); in prepareHomeUI()
153 ObjectAnimator anim = ObjectAnimator.ofFloat(rv, CONTENT_ALPHA, 0, 1);
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DFallbackActivityControllerHelper.java19 import static com.android.quickstep.views.IconRecentsView.CONTENT_ALPHA;
76 ObjectAnimator anim = ObjectAnimator.ofFloat(rv, CONTENT_ALPHA, 0, 1); in prepareRecentsUI()
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DGoLauncherAppTransitionManagerImpl.java7 import static com.android.quickstep.views.IconRecentsView.CONTENT_ALPHA;
52 CONTENT_ALPHA, alphas); in composeViewContentAnimator()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/
DRecentsViewStateController.java20 import static com.android.quickstep.views.RecentsView.CONTENT_ALPHA;
96 return CONTENT_ALPHA; in getContentAlphaProperty()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java139 RecentsView.CONTENT_ALPHA, alphas); in composeViewContentAnimator()
197 RecentsView.CONTENT_ALPHA, values); in createStateElementAnimation()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java92 public static final FloatProperty<IconRecentsView> CONTENT_ALPHA = field in IconRecentsView
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java131 public static final FloatProperty<RecentsView> CONTENT_ALPHA = field in RecentsView