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.java159 boolean appTargetIsTranslucent, int fallbackBackgroundColor) { in init() argument
176 fallbackBackgroundColor); in init()
289 int fallbackBackgroundColor) { in getFloatingWidgetView() argument
297 windowCornerRadius, appTargetsAreTranslucent, fallbackBackgroundColor); in getFloatingWidgetView()
DFloatingWidgetBackgroundView.java71 float finalRadius, int fallbackBackgroundColor) { in init() argument
108 mFallbackDrawable.setColor(fallbackBackgroundColor); in init()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DLauncherSwipeHandlerV2.java241 int fallbackBackgroundColor =
245 isTargetTranslucent, fallbackBackgroundColor);
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java936 int fallbackBackgroundColor = 0; in getOpeningWindowAnimatorsForWidget() local
938 fallbackBackgroundColor = mTaskStartParams.containsKey(openingTarget.taskId) in getOpeningWindowAnimatorsForWidget()
942 if (fallbackBackgroundColor == 0) { in getOpeningWindowAnimatorsForWidget()
943 fallbackBackgroundColor = in getOpeningWindowAnimatorsForWidget()
952 finalWindowRadius, appTargetsAreTranslucent, fallbackBackgroundColor); in getOpeningWindowAnimatorsForWidget()
1408 int fallbackBackgroundColor = in getClosingWindowAnimators() local
1413 isTransluscent, fallbackBackgroundColor); in getClosingWindowAnimators()