Home
last modified time | relevance | path

Searched refs:themeColor (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedBackgroundPanelOrganizer.java243 final int themeColor = themedContext.getColor( in updateThemeColors() local
246 adjustColor(Color.red(themeColor)), in updateThemeColors()
247 adjustColor(Color.green(themeColor)), in updateThemeColors()
248 adjustColor(Color.blue(themeColor))}; in updateThemeColors()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAudioAttachmentView.java176 final int themeColor = ConversationDrawables.get().getConversationThemeColor(); in bind() local
178 final boolean visualStyleChanged = mThemeColor != themeColor || in bind()
182 mThemeColor = themeColor; in bind()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenIconDrawableFactory.java61 static Drawable[] makeIconDrawable(@ColorInt int backgroundColor, @ColorInt int themeColor, in makeIconDrawable() argument
67 backgroundColor != Color.TRANSPARENT && backgroundColor != themeColor; in makeIconDrawable()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationInputManager.java438 public void setConversationThemeColor(final int themeColor) { in setConversationThemeColor() argument
440 mMediaPicker.setConversationThemeColor(themeColor); in setConversationThemeColor()
H A DConversationFragment.java1548 final int themeColor = ConversationDrawables.get().getConversationThemeColor(); in updateActionAndStatusBarColor() local
1549 actionBar.setBackgroundDrawable(new ColorDrawable(themeColor)); in updateActionAndStatusBarColor()
1550 UiUtils.setStatusBarColor(getActivity(), themeColor); in updateActionAndStatusBarColor() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMediaPicker.java298 public void setConversationThemeColor(final int themeColor) { in setConversationThemeColor() argument
299 mThemeColor = themeColor; in setConversationThemeColor()
/aosp12/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java246 final int themeColor = a.getColor( in EdgeEffect() local
253 mPaint.setColor((themeColor & 0xffffff) | 0x33000000); in EdgeEffect()