Searched refs:mExpandClickListener (Results 1 – 5 of 5) sorted by relevance
48 private OnClickListener mExpandClickListener; field in NotificationHeaderView138 if (mExpandClickListener == null) { in updateTouchListener()148 mExpandClickListener = l; in setOnClickListener()149 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()150 mAltExpandTarget.setOnClickListener(mExpandClickListener); in setOnClickListener()328 if (mExpandClickListener == null) { in isInTouchRect()
59 private OnClickListener mExpandClickListener; field in QSFooterView141 mExpandClickListener = onClickListener; in setExpandClickListener()176 if (mExpandClickListener != null) { in performAccessibilityAction()177 mExpandClickListener.onClick(null); in performAccessibilityAction()
152 private OnClickListener mExpandClickListener; field in NotificationContentView1559 mExpandClickListener = expandClickListener; in setExpandClickListener()1582 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout); in updateExpandButtonsDuringLayout()1585 mContractedWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout); in updateExpandButtonsDuringLayout()1588 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout); in updateExpandButtonsDuringLayout()
289 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow568 mChildrenContainer.recreateNotificationHeader(mExpandClickListener, isConversation()); in onNotificationUpdated()1224 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.getSbn());1716 l.setExpandClickListener(mExpandClickListener);2417 mChildrenContainer.recreateNotificationHeader(mExpandClickListener,2429 mExpandClickListener.onClick(this);3178 mExpandClickListener.onClick(this);
64850 Landroid/view/NotificationHeaderView;->mExpandClickListener:Landroid/view/View$OnClickListener;