C D O P R S V 
All Classes All Packages

C

create() - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 
create(int, Bundle) - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
Creates the activity with Bundle and adds the fragment to the view with ID contentViewId.
create(Bundle) - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
Creates the activity with Bundle and adds the fragment to it.

D

destroy() - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 

O

of(F) - Static method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 
of(F, Class<? extends FragmentActivity>) - Static method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 
of(F, Class<? extends FragmentActivity>, Intent) - Static method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 
org.robolectric.shadows.support.v4 - package org.robolectric.shadows.support.v4
Shadows for the Android Support Library.

P

pause() - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 
postCreate(Bundle) - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 

R

resume() - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 

S

saveInstanceState(Bundle) - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 
setupFragment(F) - Static method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
Sets up the given fragment by attaching it to an activity, calling its onCreate() through onResume() lifecycle methods, and then making it visible.
setupFragment(F, Class<? extends FragmentActivity>) - Static method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
Sets up the given fragment by attaching it to an activity, calling its onCreate() through onResume() lifecycle methods, and then making it visible.
setupFragment(F, Class<? extends FragmentActivity>, int, Bundle) - Static method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
Sets up the given fragment by attaching it to an activity created with the given bundle and container id, calling its onCreate() through onResume() lifecycle methods, and then making it visible.
setupFragment(F, Class<? extends FragmentActivity>, Bundle) - Static method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
Sets up the given fragment by attaching it to an activity created with the given bundle, calling its onCreate() through onResume() lifecycle methods, and then making it visible.
start() - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 
stop() - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 
SupportFragmentController<F extends android.support.v4.app.Fragment> - Class in org.robolectric.shadows.support.v4
Deprecated.
SupportFragmentController(F, Class<? extends FragmentActivity>) - Constructor for class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 
SupportFragmentController(F, Class<? extends FragmentActivity>, Intent) - Constructor for class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 

V

visible() - Method in class org.robolectric.shadows.support.v4.SupportFragmentController
Deprecated.
 
C D O P R S V 
All Classes All Packages