Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationChildrenContainer.java308 final View expandButton = mNotificationHeader.findViewById(
310 expandButton.setVisibility(VISIBLE);
342 final View expandButton = mNotificationHeaderLowPriority.findViewById(
344 expandButton.setVisibility(VISIBLE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java535 ImageView expandButton = header.getExpandButton(); in focusExpandButtonIfNecessary() local
536 if (expandButton != null) { in focusExpandButtonIfNecessary()
537 expandButton.requestAccessibilityFocus(); in focusExpandButtonIfNecessary()