Searched refs:setup (Results 1 - 25 of 270) sorted by last modified time

1234567891011

/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java170 * @deprecated Don't call the original TabHost setup, you must instead
171 * call {@link #setup(Context, FragmentManager)} or
172 * {@link #setup(Context, FragmentManager, int)}.
176 public void setup() { method in class:FragmentTabHost
178 "Must call setup() that takes a Context and FragmentManager");
181 public void setup(Context context, FragmentManager manager) { method in class:FragmentTabHost
182 ensureHierarchy(context); // Ensure views required by super.setup()
183 super.setup();
189 public void setup(Context context, FragmentManager manager, int containerId) { method in class:FragmentTabHost
190 ensureHierarchy(context); // Ensure views required by super.setup()
[all...]
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
H A DListRowPresenterTest.java73 void setup(ListRowPresenter listRowPresenter, ObjectAdapter adapter) { method in class:ListRowPresenterTest
138 setup(listRowPresenter, arrayAdapter);
211 setup(presenter, arrayAdapter);
311 setup(listRowPresenter, adapter);
H A DMediaNowPlayingViewTest.java37 public void setup() throws Exception { method in class:MediaNowPlayingViewTest
H A DPagingIndicatorTest.java37 public void setup() throws Exception { method in class:PagingIndicatorTest
H A DPresenterTest.java45 public void setup() throws Exception { method in class:PresenterTest
H A DShadowOverlayContainerTest.java40 public void setup() throws Exception { method in class:ShadowOverlayContainerTest
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAppCompatDelegateImplV14.java97 // If we're already been started, we may need to setup auto mode again
99 mAutoNightModeManager.setup();
119 // Make sure we clean up any receivers setup for AUTO mode
180 // Make sure we clean up any receivers setup for AUTO mode
329 final void setup() { method in class:AppCompatDelegateImplV14.AutoNightModeManager
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAppCompatMenuItemIconTintingTest.java63 public void setup() { method in class:AppCompatMenuItemIconTintingTest
H A DAppCompatMenuItemShortcutsTest.java53 public void setup() { method in class:AppCompatMenuItemShortcutsTest
H A DAppCompatVectorDrawableIntegrationTest.java53 public void setup() { method in class:AppCompatVectorDrawableIntegrationTest
H A DLayoutInflaterFactoryTestCase.java58 public void setup() { method in class:LayoutInflaterFactoryTestCase
H A DNightModeTestCase.java50 public void setup() { method in class:NightModeTestCase
/frameworks/support/v7/appcompat/tests/src/android/support/v7/view/
H A DSupportMenuInflaterTest.java51 public void setup() { method in class:SupportMenuInflaterTest
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DSearchViewTest.java63 public void setup() { method in class:SearchViewTest
H A DSearchView_CursorTest.java128 public void setup() { method in class:SearchView_CursorTest
/frameworks/support/v7/mediarouter/tests/src/android/support/v7/app/
H A DMediaRouteChooserDialogTest.java36 public void setup() { method in class:MediaRouteChooserDialogTest
/frameworks/support/v7/preference/tests/src/android/support/v7/preference/tests/
H A DPreferenceDataStoreTest.java84 public void setup() { method in class:PreferenceDataStoreTest
H A DPreferenceParentGroupTest.java43 public void setup() throws Exception { method in class:PreferenceParentGroupTest
H A DPreferencePersistTest.java63 public void setup() { method in class:PreferencePersistTest
H A DSimplePreferenceComparisonCallbackTest.java48 public void setup() throws Exception { method in class:SimplePreferenceComparisonCallbackTest
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/util/
H A DBatchingListUpdateCallbackTest.java36 public void setup() { method in class:BatchingListUpdateCallbackTest
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/
H A DOpReorderTest.java69 public void setup(int count) { method in class:OpReorderTest
89 setup(10);
97 setup(10);
105 setup(10);
113 setup(5);
121 setup(5);
129 setup(5);
137 setup(10);
145 setup(5);
153 setup(
[all...]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
H A DAsyncListUtilTest.java56 public final void setup() throws Throwable { method in class:AsyncListUtilTest
H A DThreadUtilTest.java54 public void setup() throws Throwable { method in class:ThreadUtilTest
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DChildHelperTest.java47 public void setup() throws Exception { method in class:ChildHelperTest

Completed in 186 milliseconds

1234567891011