Home
last modified time | relevance | path

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

/frameworks/support/preference/src/androidTest/java/androidx/preference/
DPreferenceGroupInitialExpandedChildrenCountTest.java179 final Preference expandButton = preferenceGroupAdapter.getItem(INITIAL_EXPANDED_COUNT); in createPreferenceGroupAdapter_setExpandButtonSummary() local
180 assertEquals(summary, expandButton.getSummary()); in createPreferenceGroupAdapter_setExpandButtonSummary()
199 final Preference expandButton = preferenceGroupAdapter.getItem(INITIAL_EXPANDED_COUNT); in createPreferenceGroupAdapter_expandButtonSummaryShouldListVisiblePreferencesOnly() local
200 assertEquals(summary, expandButton.getSummary()); in createPreferenceGroupAdapter_expandButtonSummaryShouldListVisiblePreferencesOnly()
217 final Preference expandButton = preferenceGroupAdapter.getItem(INITIAL_EXPANDED_COUNT); in clickExpandButton_shouldShowAllPreferences() local
218 expandButton.performClick(); in clickExpandButton_shouldShowAllPreferences()
243 final Preference expandButton = preferenceGroupAdapter.getItem(INITIAL_EXPANDED_COUNT); in onPreferenceVisibilityChange_shouldSyncPreferencesIfCollapsed() local
244 expandButton.performClick(); in onPreferenceVisibilityChange_shouldSyncPreferencesIfCollapsed()
/frameworks/base/core/java/android/widget/
DActivityChooserView.java257 final FrameLayout expandButton = (FrameLayout) findViewById(R.id.expand_activities_button); in ActivityChooserView() local
258 expandButton.setOnClickListener(mCallbacks); in ActivityChooserView()
259 expandButton.setAccessibilityDelegate(new AccessibilityDelegate() { in ActivityChooserView()
266 expandButton.setOnTouchListener(new ForwardingListener(expandButton) { in ActivityChooserView()
284 mExpandActivityOverflowButton = expandButton; in ActivityChooserView()
287 expandButton.findViewById(R.id.image); in ActivityChooserView()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DActivityChooserView.java248 final FrameLayout expandButton = findViewById(R.id.expand_activities_button); in ActivityChooserView() local
249 expandButton.setOnClickListener(mCallbacks); in ActivityChooserView()
250 expandButton.setAccessibilityDelegate(new AccessibilityDelegate() { in ActivityChooserView()
257 expandButton.setOnTouchListener(new ForwardingListener(expandButton) { in ActivityChooserView()
275 mExpandActivityOverflowButton = expandButton; in ActivityChooserView()
277 (ImageView) expandButton.findViewById(R.id.image); in ActivityChooserView()
/frameworks/support/preference/src/main/java/androidx/preference/
DCollapsiblePreferenceGroupController.java110 final ExpandButton expandButton = createExpandButton(group, collapsedPreferences); in createInnerVisiblePreferencesList() local
111 visiblePreferences.add(expandButton); in createInnerVisiblePreferencesList()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java318 final View expandButton = mNotificationHeader.findViewById(
320 expandButton.setVisibility(VISIBLE);
375 final View expandButton = mNotificationHeaderLowPriority.findViewById(
377 expandButton.setVisibility(VISIBLE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java558 ImageView expandButton = header.getExpandButton(); in focusExpandButtonIfNecessary() local
559 if (expandButton != null) { in focusExpandButtonIfNecessary()
560 expandButton.requestAccessibilityFocus(); in focusExpandButtonIfNecessary()