Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFooter.java76 void setExpandClickListener(View.OnClickListener onClickListener); in setExpandClickListener() method
DQSFragment.java536 public void setExpandClickListener(OnClickListener onClickListener) { in setExpandClickListener() method in QSFragment
537 mFooter.setExpandClickListener(onClickListener); in setExpandClickListener()
DQSFooterImpl.java231 public void setExpandClickListener(OnClickListener onClickListener) { in setExpandClickListener() method in QSFooterImpl
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java62 void setExpandClickListener(OnClickListener onClickListener); in setExpandClickListener() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1526 public void setExpandClickListener(OnClickListener expandClickListener) { in setExpandClickListener() method in NotificationContentView
DExpandableNotificationRow.java1751 l.setExpandClickListener(mExpandClickListener);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewController.java2815 mQs.setExpandClickListener(mOnClickListener);