Home
last modified time | relevance | path

Searched refs:fallbackBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java160 boolean appTargetIsTranslucent, int fallbackBackgroundColor) { in init() argument
177 fallbackBackgroundColor); in init()
319 int fallbackBackgroundColor) { in getFloatingWidgetView() argument
327 windowCornerRadius, appTargetsAreTranslucent, fallbackBackgroundColor); in getFloatingWidgetView()
DFloatingWidgetBackgroundView.java70 float finalRadius, int fallbackBackgroundColor) { in init() argument
107 mFallbackDrawable.setColor(fallbackBackgroundColor); in init()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java233 int fallbackBackgroundColor =
237 isTargetTranslucent, fallbackBackgroundColor);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java1021 int fallbackBackgroundColor = 0; in getOpeningWindowAnimatorsForWidget() local
1023 fallbackBackgroundColor = mTaskStartParams.containsKey(openingTarget.taskId) in getOpeningWindowAnimatorsForWidget()
1027 if (fallbackBackgroundColor == 0) { in getOpeningWindowAnimatorsForWidget()
1028 fallbackBackgroundColor = in getOpeningWindowAnimatorsForWidget()
1037 finalWindowRadius, appTargetsAreTranslucent, fallbackBackgroundColor); in getOpeningWindowAnimatorsForWidget()
1455 int fallbackBackgroundColor = in getClosingWindowAnimators() local
1460 isTransluscent, fallbackBackgroundColor); in getClosingWindowAnimators()