Searched refs:mExpandClickListener (Results 1 – 5 of 5) sorted by relevance
102 private OnClickListener mExpandClickListener; field in QSFooterImpl233 mExpandClickListener = onClickListener; in setExpandClickListener()281 if (mExpandClickListener != null) { in performAccessibilityAction()282 mExpandClickListener.onClick(null); in performAccessibilityAction()
54 private OnClickListener mExpandClickListener; field in NotificationHeaderView284 if (mExpandClickListener == null && mAppOpsListener == null) { in updateTouchListener()306 mExpandClickListener = l; in setOnClickListener()307 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()545 if (mExpandClickListener == null) { in isInTouchRect()
141 private OnClickListener mExpandClickListener; field in NotificationContentView1509 mExpandClickListener = expandClickListener;1526 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener);1529 mContractedWrapper.updateExpandability(expandable, mExpandClickListener);1532 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener);
276 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow583 mChildrenContainer.recreateNotificationHeader(mExpandClickListener); in onNotificationUpdated()1225 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.notification);1771 l.setExpandClickListener(mExpandClickListener);2392 mChildrenContainer.recreateNotificationHeader(mExpandClickListener3015 mExpandClickListener.onClick(this);
81368 Landroid/view/NotificationHeaderView;->mExpandClickListener:Landroid/view/View$OnClickListener;