Home
last modified time | relevance | path

Searched defs: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
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DAudioAttachmentView.java176 final int themeColor = ConversationDrawables.get().getConversationThemeColor(); in bind() local
/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()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationInputManager.java438 public void setConversationThemeColor(final int themeColor) { in setConversationThemeColor()
H A DConversationFragment.java1548 final int themeColor = ConversationDrawables.get().getConversationThemeColor(); in updateActionAndStatusBarColor() local
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()
/aosp12/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java246 final int themeColor = a.getColor( in EdgeEffect() local