Searched refs:mExpandClickListener (Results 1 – 4 of 4) sorted by relevance
54 private OnClickListener mExpandClickListener; field in NotificationHeaderView280 if (mExpandClickListener == null && mAppOpsListener == null) { in updateTouchListener()298 mExpandClickListener = l; in setOnClickListener()299 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()507 if (mExpandClickListener == null) { in isInTouchRect()
102 private OnClickListener mExpandClickListener; field in QSFooterImpl232 mExpandClickListener = onClickListener; in setExpandClickListener()280 if (mExpandClickListener != null) { in performAccessibilityAction()281 mExpandClickListener.onClick(null); in performAccessibilityAction()
151 private OnClickListener mExpandClickListener; field in NotificationContentView1527 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()
267 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow556 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);