Searched refs:expandButton (Results 1 – 6 of 6) sorted by relevance
179 final Preference expandButton = preferenceGroupAdapter.getItem(INITIAL_EXPANDED_COUNT); in createPreferenceGroupAdapter_setExpandButtonSummary() local180 assertEquals(summary, expandButton.getSummary()); in createPreferenceGroupAdapter_setExpandButtonSummary()199 final Preference expandButton = preferenceGroupAdapter.getItem(INITIAL_EXPANDED_COUNT); in createPreferenceGroupAdapter_expandButtonSummaryShouldListVisiblePreferencesOnly() local200 assertEquals(summary, expandButton.getSummary()); in createPreferenceGroupAdapter_expandButtonSummaryShouldListVisiblePreferencesOnly()217 final Preference expandButton = preferenceGroupAdapter.getItem(INITIAL_EXPANDED_COUNT); in clickExpandButton_shouldShowAllPreferences() local218 expandButton.performClick(); in clickExpandButton_shouldShowAllPreferences()243 final Preference expandButton = preferenceGroupAdapter.getItem(INITIAL_EXPANDED_COUNT); in onPreferenceVisibilityChange_shouldSyncPreferencesIfCollapsed() local244 expandButton.performClick(); in onPreferenceVisibilityChange_shouldSyncPreferencesIfCollapsed()
257 final FrameLayout expandButton = (FrameLayout) findViewById(R.id.expand_activities_button); in ActivityChooserView() local258 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()
248 final FrameLayout expandButton = findViewById(R.id.expand_activities_button); in ActivityChooserView() local249 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()
110 final ExpandButton expandButton = createExpandButton(group, collapsedPreferences); in createInnerVisiblePreferencesList() local111 visiblePreferences.add(expandButton); in createInnerVisiblePreferencesList()
318 final View expandButton = mNotificationHeader.findViewById(320 expandButton.setVisibility(VISIBLE);375 final View expandButton = mNotificationHeaderLowPriority.findViewById(377 expandButton.setVisibility(VISIBLE);
558 ImageView expandButton = header.getExpandButton(); in focusExpandButtonIfNecessary() local559 if (expandButton != null) { in focusExpandButtonIfNecessary()560 expandButton.requestAccessibilityFocus(); in focusExpandButtonIfNecessary()