Home
last modified time | relevance | path

Searched refs:VIEW_BACKGROUND_COLOR (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DPendingAnimation.java18 import static com.android.launcher3.LauncherAnimUtils.VIEW_BACKGROUND_COLOR;
93 ObjectAnimator anim = ObjectAnimator.ofArgb(view, VIEW_BACKGROUND_COLOR, color); in setViewBackgroundColor()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DNoButtonNavbarToOverviewTouchController.java19 import static com.android.launcher3.LauncherAnimUtils.VIEW_BACKGROUND_COLOR;
123 VIEW_BACKGROUND_COLOR, in onDragStart()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAnimUtils.java140 public static final IntProperty<View> VIEW_BACKGROUND_COLOR = field in LauncherAnimUtils
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DBaseActivityInterface.java18 import static com.android.launcher3.LauncherAnimUtils.VIEW_BACKGROUND_COLOR;
371 ObjectAnimator anim = ObjectAnimator.ofArgb(scrimView, VIEW_BACKGROUND_COLOR, in getParallelAnimationToLauncher()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java27 import static com.android.launcher3.LauncherAnimUtils.VIEW_BACKGROUND_COLOR;
524 ObjectAnimator scrim = ObjectAnimator.ofArgb(scrimView, VIEW_BACKGROUND_COLOR, in getLauncherContentAnimator()