Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DNotificationHeaderView.java54 private OnClickListener mExpandClickListener; field in NotificationHeaderView
280 if (mExpandClickListener == null && mAppOpsListener == null) { in updateTouchListener()
298 mExpandClickListener = l; in setOnClickListener()
299 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()
507 if (mExpandClickListener == null) { in isInTouchRect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFooterImpl.java102 private OnClickListener mExpandClickListener; field in QSFooterImpl
232 mExpandClickListener = onClickListener; in setExpandClickListener()
280 if (mExpandClickListener != null) { in performAccessibilityAction()
281 mExpandClickListener.onClick(null); in performAccessibilityAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java151 private OnClickListener mExpandClickListener; field in NotificationContentView
1527 mExpandClickListener = expandClickListener; in setExpandClickListener()
1545 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()
1548 mContractedWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()
1551 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()
DExpandableNotificationRow.java267 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow
556 mChildrenContainer.recreateNotificationHeader(mExpandClickListener, isConversation()); in onNotificationUpdated()
1207 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.getSbn());
1751 l.setExpandClickListener(mExpandClickListener);
2360 mChildrenContainer.recreateNotificationHeader(mExpandClickListener, isConversation());
2370 mExpandClickListener.onClick(this);
3025 mExpandClickListener.onClick(this);