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()
136 private OnClickListener mExpandClickListener; field in NotificationContentView1415 mExpandClickListener = expandClickListener;1432 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener);1435 mContractedWrapper.updateExpandability(expandable, mExpandClickListener);1438 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener);
261 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow561 mChildrenContainer.recreateNotificationHeader(mExpandClickListener); in onNotificationUpdated()1208 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.notification);1764 l.setExpandClickListener(mExpandClickListener);2368 mChildrenContainer.recreateNotificationHeader(mExpandClickListener3003 mExpandClickListener.onClick(this);
75956 Landroid/view/NotificationHeaderView;->mExpandClickListener:Landroid/view/View$OnClickListener;