Searched refs:CONTENT_ALPHA (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/uioverrides/ |
D | RecentsViewStateController.java | 18 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/ |
D | FallbackActivityControllerHelper.java | 21 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/ |
D | FallbackActivityControllerHelper.java | 19 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/ |
D | GoLauncherAppTransitionManagerImpl.java | 7 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/ |
D | RecentsViewStateController.java | 20 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/ |
D | LauncherAppTransitionManagerImpl.java | 139 RecentsView.CONTENT_ALPHA, alphas); in composeViewContentAnimator() 197 RecentsView.CONTENT_ALPHA, values); in createStateElementAnimation()
|
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/ |
D | IconRecentsView.java | 92 public static final FloatProperty<IconRecentsView> CONTENT_ALPHA = field in IconRecentsView
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/ |
D | RecentsView.java | 131 public static final FloatProperty<RecentsView> CONTENT_ALPHA = field in RecentsView
|