Home
last modified time | relevance | path

Searched refs:expandButton (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java260 final FrameLayout expandButton = (FrameLayout) findViewById(R.id.expand_activities_button); in ActivityChooserView() local
261 expandButton.setOnClickListener(mCallbacks); in ActivityChooserView()
262 expandButton.setAccessibilityDelegate(new AccessibilityDelegate() { in ActivityChooserView()
269 expandButton.setOnTouchListener(new ForwardingListener(expandButton) { in ActivityChooserView()
287 mExpandActivityOverflowButton = expandButton; in ActivityChooserView()
290 expandButton.findViewById(R.id.image); in ActivityChooserView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationChildrenContainer.java392 View expandButton = wrapper == null
394 if (expandButton instanceof NotificationExpandButton) {
395 ((NotificationExpandButton) expandButton).setNumber(mUntruncatedChildCount);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java525 View expandButton = wrapper.getExpandButton(); in focusExpandButtonIfNecessary() local
526 if (expandButton != null) { in focusExpandButtonIfNecessary()
527 expandButton.requestAccessibilityFocus(); in focusExpandButtonIfNecessary()