Home
last modified time | relevance | path

Searched refs:mExpandButton (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationHeaderViewWrapper.java58 private NotificationExpandButton mExpandButton; field in NotificationHeaderViewWrapper
109 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()
/aosp12/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java51 private NotificationExpandButton mExpandButton; field in NotificationHeaderView
95 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()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DConversationLayout.java117 private NotificationExpandButton mExpandButton; field in ConversationLayout
242 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationSnooze.java85 private ImageView mExpandButton; field in NotificationSnooze
131 mExpandButton = (ImageView) findViewById(R.id.expand_button); in onFinishInflate()
290 mExpandButton.setImageResource(drawableId); in showSnoozeOptions()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64849 Landroid/view/NotificationHeaderView;->mExpandButton:Landroid/widget/ImageView;