Searched refs:mExpandButton (Results 1 – 5 of 5) sorted by relevance
57 private ImageView mExpandButton; field in NotificationHeaderView119 mExpandButton = findViewById(com.android.internal.R.id.expand_button); in onFinishInflate()151 if ((child == mExpandButton && mShowExpandButtonAtEnd) in onMeasure()214 if ((child == mExpandButton && mShowExpandButtonAtEnd) in onLayout()307 mExpandButton.setOnClickListener(mExpandClickListener); in setOnClickListener()366 mExpandButton.setImageDrawable(getContext().getDrawable(drawableId)); in updateExpandButton()367 mExpandButton.setColorFilter(mOriginalNotificationColor); in updateExpandButton()368 mExpandButton.setContentDescription(mContext.getText(contentDescriptionId)); in updateExpandButton()434 mExpandButtonRect = addRectAroundView(mExpandButton); in bindTouchRects()501 mExpandButton.performClick(); in onTouch()[all …]
58 private NotificationExpandButton mExpandButton; field in NotificationHeaderViewWrapper105 mExpandButton = mView.findViewById(com.android.internal.R.id.expand_button); in resolveHeaderViews()186 mExpandButton.setVisibility(expandable ? View.VISIBLE : View.GONE); in updateExpandability()
84 private ImageView mExpandButton; field in NotificationSnooze129 mExpandButton = (ImageView) findViewById(R.id.expand_button); in onFinishInflate()297 mExpandButton.setImageResource(drawableId); in showSnoozeOptions()
117 private ImageView mExpandButton; field in PipMenuActivity219 mExpandButton = findViewById(R.id.expand_button); in onCreate()
75955 Landroid/view/NotificationHeaderView;->mExpandButton:Landroid/widget/ImageView;