Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapterTest.java119 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(null /* host */); in adjustInitialExpandedChildCount_invalidInput_shouldNotAdjust()
120 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_invalidInput_shouldNotAdjust()
123 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_invalidInput_shouldNotAdjust()
127 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_invalidInput_shouldNotAdjust()
138 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_hasHightlightKey_shouldExpandAllChildren()
150 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_noKeyOrChildCountOverride_shouldDoNothing()
161 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(mFragment); in adjustInitialExpandedChildCount_hasCountOverride_shouldDoNothing()
/packages/apps/Settings/src/com/android/settings/widget/
DHighlightablePreferenceGroupAdapter.java73 public static void adjustInitialExpandedChildCount(SettingsPreferenceFragment host) { in adjustInitialExpandedChildCount() method in HighlightablePreferenceGroupAdapter
/packages/apps/Settings/src/com/android/settings/
DSettingsPreferenceFragment.java144 HighlightablePreferenceGroupAdapter.adjustInitialExpandedChildCount(this /* host */); in onCreate()