Package org.robolectric.shadows
Class ShadowLayoutAnimationController
java.lang.Object
org.robolectric.shadows.ShadowLayoutAnimationController
@Implements(android.view.animation.LayoutAnimationController.class) public class ShadowLayoutAnimationController extends Object
-
Constructor Summary
Constructors Constructor Description ShadowLayoutAnimationController()
-
Method Summary
Modifier and Type Method Description int
getLoadedFromResourceId()
void
setLoadedFromResourceId(int loadedFromResourceId)
-
Constructor Details
-
ShadowLayoutAnimationController
public ShadowLayoutAnimationController()
-
-
Method Details
-
setLoadedFromResourceId
public void setLoadedFromResourceId(int loadedFromResourceId) -
getLoadedFromResourceId
public int getLoadedFromResourceId()
-