Searched refs:mExpandClickListener (Results 1 – 4 of 4) sorted by relevance
53 private OnClickListener mExpandClickListener; field in NotificationHeaderView271 if (mExpandClickListener == null && mAppOpsListener == null) { in updateTouchListener()293 mExpandClickListener = l; in setOnClickListener()294 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()507 if (mExpandClickListener == null) { in isInTouchRect()
100 private OnClickListener mExpandClickListener; field in QSFooterImpl212 mExpandClickListener = onClickListener; in setExpandClickListener()251 if (mExpandClickListener != null) { in performAccessibilityAction()252 mExpandClickListener.onClick(null); in performAccessibilityAction()
125 private OnClickListener mExpandClickListener; field in NotificationContentView1431 mExpandClickListener = expandClickListener; in setExpandClickListener()1448 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()1451 mContractedWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()1454 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener); in updateExpandButtons()
233 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow476 mChildrenContainer.recreateNotificationHeader(mExpandClickListener); in onNotificationUpdated()1055 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.notification);1557 l.setExpandClickListener(mExpandClickListener);2158 mChildrenContainer.recreateNotificationHeader(mExpandClickListener2745 mExpandClickListener.onClick(this);