Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/anim/
H A DPendingAnimation.java18 import static com.android.launcher3.LauncherAnimUtils.VIEW_BACKGROUND_COLOR;
97 ObjectAnimator anim = ObjectAnimator.ofArgb(view, VIEW_BACKGROUND_COLOR, color); in setViewBackgroundColor()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNoButtonNavbarToOverviewTouchController.java19 import static com.android.launcher3.LauncherAnimUtils.VIEW_BACKGROUND_COLOR;
123 VIEW_BACKGROUND_COLOR, in onDragStart()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DStashedHandleView.java93 LauncherAnimUtils.VIEW_BACKGROUND_COLOR, newColor); in updateHandleColor()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAnimUtils.java140 public static final IntProperty<View> VIEW_BACKGROUND_COLOR = field in LauncherAnimUtils
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DBaseActivityInterface.java18 import static com.android.launcher3.LauncherAnimUtils.VIEW_BACKGROUND_COLOR;
378 ObjectAnimator anim = ObjectAnimator.ofArgb(scrimView, VIEW_BACKGROUND_COLOR, in getParallelAnimationToLauncher()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DQuickstepTransitionManager.java27 import static com.android.launcher3.LauncherAnimUtils.VIEW_BACKGROUND_COLOR;
548 ObjectAnimator scrim = ObjectAnimator.ofArgb(scrimView, VIEW_BACKGROUND_COLOR, in getLauncherContentAnimator()