Searched defs:mExpandClickListener (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java45 private OnClickListener mExpandClickListener; field in class:NotificationHeaderView
76 mExpandClickListener.onClick(mExpandButton);
255 if (mExpandClickListener != null) {
262 mExpandClickListener = l;
263 setOnTouchListener(mExpandClickListener != null ? mTouchListener : null);
264 mExpandButton.setOnClickListener(mExpandClickListener);
384 mExpandClickListener.onClick(NotificationHeaderView.this);
424 if (mExpandClickListener == null) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java105 private OnClickListener mExpandClickListener; field in class:NotificationContentView
1054 mExpandClickListener = expandClickListener;
1070 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener);
1073 mContractedWrapper.updateExpandability(expandable, mExpandClickListener);
1076 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener);
H A DExpandableNotificationRow.java141 private OnClickListener mExpandClickListener = new OnClickListener() { field in class:ExpandableNotificationRow
285 mChildrenContainer.recreateNotificationHeader(mExpandClickListener, mEntry.notification);
639 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.notification);
849 mPrivateLayout.setExpandClickListener(mExpandClickListener);
851 mPublicLayout.setExpandClickListener(mExpandClickListener);
1202 mChildrenContainer.recreateNotificationHeader(mExpandClickListener,

Completed in 97 milliseconds