Searched refs:mExpandButton (Results 1 – 5 of 5) sorted by relevance
58 private NotificationExpandButton mExpandButton; field in NotificationHeaderViewWrapper109 mExpandButton = mView.findViewById(com.android.internal.R.id.expand_button); in resolveHeaderViews()206 mExpandButton); in updateTransformedTypes()217 mExpandButton.setVisibility(expandable ? View.VISIBLE : View.GONE); in updateExpandability()218 mExpandButton.setOnClickListener(expandable ? onClickListener : null); in updateExpandability()233 mExpandButton.getParent().requestLayout(); in updateExpandability()239 mExpandButton.setExpanded(expanded); in setExpanded()256 return mExpandButton; in getExpandButton()
51 private NotificationExpandButton mExpandButton; field in NotificationHeaderView95 mExpandButton = findViewById(R.id.expand_button); in onFinishInflate()149 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()217 mExpandButtonRect = addRectAroundView(mExpandButton); in bindTouchRects()285 mExpandButton.performClick(); in onTouch()
117 private NotificationExpandButton mExpandButton; field in ConversationLayout242 mExpandButton = findViewById(R.id.expand_button); in onFinishInflate()418 mExpandButton.setNumber(unreadCount); in setUnreadCount()1084 mExpandButton.setExpanded(!mIsCollapsed); in updateExpandButton()1095 (LinearLayout.LayoutParams) mExpandButton.getLayoutParams(); in updateExpandButton()1097 mExpandButton.setLayoutParams(layoutParams); in updateExpandButton()1144 mExpandButton.setOnClickListener(onClickListener); in updateExpandability()1150 mExpandButton.setVisibility(VISIBLE); in updateExpandability()
85 private ImageView mExpandButton; field in NotificationSnooze131 mExpandButton = (ImageView) findViewById(R.id.expand_button); in onFinishInflate()290 mExpandButton.setImageResource(drawableId); in showSnoozeOptions()
64849 Landroid/view/NotificationHeaderView;->mExpandButton:Landroid/widget/ImageView;