OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShowExpandButtonAtEnd
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationHeaderViewWrapper.java
65
private boolean
mShowExpandButtonAtEnd
;
69
mShowExpandButtonAtEnd
= ctx.getResources().getBoolean(
120
mNotificationHeader.setShowExpandButtonAtEnd(
mShowExpandButtonAtEnd
);
/frameworks/base/core/java/android/view/
NotificationHeaderView.java
57
private boolean
mShowExpandButtonAtEnd
;
171
if (child == mExpandButton &&
mShowExpandButtonAtEnd
) {
302
if (showExpandButtonAtEnd !=
mShowExpandButtonAtEnd
) {
304
mShowExpandButtonAtEnd
= showExpandButtonAtEnd;
Completed in 472 milliseconds