Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java91 private View mExpandButtonDivider; field in ExpandableNotificationRow
373 mExpandButtonDivider = inflated.findViewById(R.id.notification_expand_divider); in onFinishInflate()
798 mExpandButtonDivider.setAlpha(expandButtonAlpha); in updateExpandButtonAppearance()
824 if (mExpandButtonDivider != null) { in updateExpandButtonColor()
825 applyTint(mExpandButtonDivider, color); in updateExpandButtonColor()