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 QSFooterView137 mExpandClickListener = onClickListener; in setExpandClickListener()
162 private OnClickListener mExpandClickListener; field in NotificationContentView1678 mExpandClickListener = expandClickListener;1701 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout);1704 mContractedWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout);1707 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener, requestLayout);
317 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow580 mChildrenContainer.recreateNotificationHeader(mExpandClickListener, isConversation()); in onNotificationUpdated()1320 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.getSbn());1917 l.setExpandClickListener(mExpandClickListener);2657 mChildrenContainer.recreateNotificationHeader(mExpandClickListener,2672 mExpandClickListener.onClick(this);3442 mExpandClickListener.onClick(this);
61527 Landroid/view/NotificationHeaderView;->mExpandClickListener:Landroid/view/View$OnClickListener;