Searched refs:mExpandClickListener (Results 1 – 3 of 3) sorted by relevance
46 private OnClickListener mExpandClickListener; field in NotificationHeaderView227 if (mExpandClickListener != null) { in updateTouchListener()234 mExpandClickListener = l; in setOnClickListener()235 setOnTouchListener(mExpandClickListener != null ? mTouchListener : null); in setOnClickListener()236 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()409 if (mExpandClickListener == null) { in isInTouchRect()
113 private OnClickListener mExpandClickListener; field in NotificationContentView1266 mExpandClickListener = expandClickListener;1283 mExpandedWrapper.updateExpandability(expandable, mExpandClickListener);1286 mContractedWrapper.updateExpandability(expandable, mExpandClickListener);1289 mHeadsUpWrapper.updateExpandability(expandable, mExpandClickListener);
174 private OnClickListener mExpandClickListener = new OnClickListener() { field in ExpandableNotificationRow343 mChildrenContainer.recreateNotificationHeader(mExpandClickListener); in onNotificationUpdated()826 mChildrenContainer.reInflateViews(mExpandClickListener, mEntry.notification);1233 l.setExpandClickListener(mExpandClickListener);1592 mChildrenContainer.recreateNotificationHeader(mExpandClickListener2131 mExpandClickListener.onClick(this);