Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
DNotificationHeaderViewWrapper.java64 private boolean mShowExpandButtonAtEnd; field in NotificationHeaderViewWrapper
68 mShowExpandButtonAtEnd = ctx.getResources().getBoolean( in NotificationHeaderViewWrapper()
108 mNotificationHeader.setShowExpandButtonAtEnd(mShowExpandButtonAtEnd); in resolveHeaderViews()
/frameworks/base/core/java/android/view/
DNotificationHeaderView.java68 private boolean mShowExpandButtonAtEnd; field in NotificationHeaderView
151 if ((child == mExpandButton && mShowExpandButtonAtEnd) in onMeasure()
214 if ((child == mExpandButton && mShowExpandButtonAtEnd) in onLayout()
384 if (showExpandButtonAtEnd != mShowExpandButtonAtEnd) { in setShowExpandButtonAtEnd()
386 mShowExpandButtonAtEnd = showExpandButtonAtEnd; in setShowExpandButtonAtEnd()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75969 Landroid/view/NotificationHeaderView;->mShowExpandButtonAtEnd:Z