Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DNotificationExpandButton.java45 private View mPillView; field in NotificationExpandButton
76 mPillView = findViewById(R.id.expand_button_pill); in onFinishInflate()
159 mPillView.setBackgroundTintList(ColorStateList.valueOf(mHighlightPillColor)); in updateColors()
167 mPillView.setBackgroundTintList(ColorStateList.valueOf(mDefaultPillColor)); in updateColors()