Searched refs:updateExpandability (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationViewWrapper.java115 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener) {} method in class:NotificationViewWrapper
H A DNotificationHeaderViewWrapper.java265 public void updateExpandability(boolean expandable, View.OnClickListener onClickListener) { method in class:NotificationHeaderViewWrapper
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java1098 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener);
1101 mContractedWrapper.updateExpandability(expandable, mExpandClickListener);
1104 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener);

Completed in 69 milliseconds