Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java48 private OnClickListener mExpandClickListener; field in NotificationHeaderView
138 if (mExpandClickListener == null) { in updateTouchListener()
148 mExpandClickListener = l; in setOnClickListener()
149 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()
150 mAltExpandTarget.setOnClickListener(mExpandClickListener); in setOnClickListener()
328 if (mExpandClickListener == null) { in isInTouchRect()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooterView.java59 private OnClickListener mExpandClickListener; field in QSFooterView
137 mExpandClickListener = onClickListener; in setExpandClickListener()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java162 private OnClickListener mExpandClickListener; field in NotificationContentView
1678 mExpandClickListener = expandClickListener;
1701 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout);
1704 mContractedWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout);
1707 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout);
H A DExpandableNotificationRow.java317 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow
580 mChildrenContainer.recreateNotificationHeader(mExpandClickListener, isConversation()); in onNotificationUpdated()
1320 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.getSbn());
1917 l.setExpandClickListener(mExpandClickListener);
2657 mChildrenContainer.recreateNotificationHeader(mExpandClickListener,
2672 mExpandClickListener.onClick(this);
3442 mExpandClickListener.onClick(this);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt61527 Landroid/view/NotificationHeaderView;->mExpandClickListener:Landroid/view/View$OnClickListener;