Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java53 private OnClickListener mExpandClickListener; field in NotificationHeaderView
271 if (mExpandClickListener == null && mAppOpsListener == null) { in updateTouchListener()
293 mExpandClickListener = l; in setOnClickListener()
294 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()
507 if (mExpandClickListener == null) { in isInTouchRect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFooterImpl.java100 private OnClickListener mExpandClickListener; field in QSFooterImpl
212 mExpandClickListener = onClickListener; in setExpandClickListener()
251 if (mExpandClickListener != null) { in performAccessibilityAction()
252 mExpandClickListener.onClick(null); in performAccessibilityAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java125 private OnClickListener mExpandClickListener; field in NotificationContentView
1431 mExpandClickListener = expandClickListener; in setExpandClickListener()
1448 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()
1451 mContractedWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()
1454 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()
DExpandableNotificationRow.java233 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow
476 mChildrenContainer.recreateNotificationHeader(mExpandClickListener); in onNotificationUpdated()
1055 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.notification);
1557 l.setExpandClickListener(mExpandClickListener);
2158 mChildrenContainer.recreateNotificationHeader(mExpandClickListener
2745 mExpandClickListener.onClick(this);