Home
last modified time | relevance | path

Searched refs:ConversationDrawables (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DConversationDrawables.java30 public class ConversationDrawables { class
31 private static ConversationDrawables sInstance;
56 public static ConversationDrawables get() { in get()
58 sInstance = new ConversationDrawables(Factory.get().getApplicationContext()); in get()
63 private ConversationDrawables(final Context context) { in ConversationDrawables() method in ConversationDrawables
H A DAudioAttachmentPlayPauseButton.java54 mPlayButton.setImageDrawable(ConversationDrawables.get() in updateAppearance()
56 mPauseButton.setImageDrawable(ConversationDrawables.get() in updateAppearance()
H A DAudioPlaybackProgressBar.java107 ConversationDrawables.get().getAudioProgressDrawable(mIncoming); in updateAppearance()
111 setBackground(ConversationDrawables.get() in updateAppearance()
H A DAudioAttachmentView.java176 final int themeColor = ConversationDrawables.get().getConversationThemeColor(); in bind()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFastScroller.java42 import com.android.messaging.ui.ConversationDrawables;
166 ConversationDrawables.get().getFastScrollPreviewDrawable(mPosRight)); in refreshConversationThemeColor()
170 ConversationDrawables.get().getFastScrollThumbDrawable(true /* pressed */)); in refreshConversationThemeColor()
172 ConversationDrawables.get().getFastScrollThumbDrawable(false /* pressed */)); in refreshConversationThemeColor()
179 ConversationDrawables.get().getFastScrollThumbDrawable(false /* pressed */)); in refreshConversationThemeColor()
H A DConversationInputManager.java35 import com.android.messaging.ui.ConversationDrawables;
353 setConversationThemeColor(ConversationDrawables.get().getConversationThemeColor()); in show()
H A DConversationMessageView.java58 import com.android.messaging.ui.ConversationDrawables;
666 final ConversationDrawables drawableProvider = ConversationDrawables.get(); in updateViewAppearance()
1115 audioView.setBackground(ConversationDrawables.get().getBubbleDrawable(
1132 personView.setBackground(ConversationDrawables.get().getBubbleDrawable(
H A DConversationFragment.java86 import com.android.messaging.ui.ConversationDrawables;
1548 final int themeColor = ConversationDrawables.get().getConversationThemeColor(); in updateActionAndStatusBarColor()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DGalleryGridItemView.java37 import com.android.messaging.ui.ConversationDrawables;
154 setBackgroundColor(ConversationDrawables.get().getConversationThemeColor()); in updateImageView()
168 ConversationDrawables.get().getConversationThemeColor(), in updateImageView()
/aosp12/packages/apps/Messaging/src/com/android/messaging/
H A DBugleApplication.java37 import com.android.messaging.ui.ConversationDrawables;
97 ConversationDrawables.get().updateDrawables(); in onConfigurationChanged()