Home
last modified time | relevance | path

Searched refs:setExpandClickListener (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSFooterViewController.java133 public void setExpandClickListener(View.OnClickListener onClickListener) { in setExpandClickListener() method in QSFooterViewController
134 mView.setExpandClickListener(onClickListener); in setExpandClickListener()
H A DQSFooter.java59 void setExpandClickListener(View.OnClickListener onClickListener); in setExpandClickListener() method
H A DQSFooterView.java140 public void setExpandClickListener(OnClickListener onClickListener) { in setExpandClickListener() method in QSFooterView
H A DQSFragment.java681 public void setExpandClickListener(OnClickListener onClickListener) { in setExpandClickListener() method in QSFragment
682 mFooter.setExpandClickListener(onClickListener); in setExpandClickListener()
/aosp12/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQS.java71 void setExpandClickListener(OnClickListener onClickListener); in setExpandClickListener() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1558 public void setExpandClickListener(OnClickListener expandClickListener) { in setExpandClickListener() method in NotificationContentView
H A DExpandableNotificationRow.java1716 l.setExpandClickListener(mExpandClickListener);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java3493 mQs.setExpandClickListener(mOnClickListener);