Home
last modified time | relevance | path

Searched refs:setTextColors (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DEmptyShadeView.java75 public void setTextColors(@ColorInt int onSurface, @ColorInt int onSurfaceVariant) { in setTextColors() method in EmptyShadeView
/frameworks/base/core/java/com/android/internal/widget/
DMessagingLayout.java487 newGroup.setTextColors(mSenderTextColor, mMessageTextColor); in createGroupViews()
DMessagingGroup.java483 public void setTextColors(int senderTextColor, int messageTextColor) { in setTextColors() method in MessagingGroup
DConversationLayout.java1127 newGroup.setTextColors(mSenderTextColor, mMessageTextColor); in createGroupViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4453 mEmptyShadeView.setTextColors(onSurface, onSurfaceVariant); in updateDecorViews()