Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFooterImpl.java102 private OnClickListener mExpandClickListener; field in QSFooterImpl
233 mExpandClickListener = onClickListener; in setExpandClickListener()
281 if (mExpandClickListener != null) { in performAccessibilityAction()
282 mExpandClickListener.onClick(null); in performAccessibilityAction()
/frameworks/base/core/java/android/view/
DNotificationHeaderView.java54 private OnClickListener mExpandClickListener; field in NotificationHeaderView
284 if (mExpandClickListener == null && mAppOpsListener == null) { in updateTouchListener()
306 mExpandClickListener = l; in setOnClickListener()
307 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()
545 if (mExpandClickListener == null) { in isInTouchRect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java141 private OnClickListener mExpandClickListener; field in NotificationContentView
1509 mExpandClickListener = expandClickListener;
1526 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener);
1529 mContractedWrapper.updateExpandability(expandable, mExpandClickListener);
1532 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener);
DExpandableNotificationRow.java276 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow
583 mChildrenContainer.recreateNotificationHeader(mExpandClickListener); in onNotificationUpdated()
1225 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.notification);
1771 l.setExpandClickListener(mExpandClickListener);
2392 mChildrenContainer.recreateNotificationHeader(mExpandClickListener
3015 mExpandClickListener.onClick(this);
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81368 Landroid/view/NotificationHeaderView;->mExpandClickListener:Landroid/view/View$OnClickListener;