Package org.robolectric.shadows
Class ShadowRotationWatcher
java.lang.Object
org.robolectric.shadows.ShadowRotationWatcher
@Implements(className="com.android.internal.policy.PhoneWindow$RotationWatcher", isInAndroidSdk=false, minSdk=23) public class ShadowRotationWatcher extends Object
Shadow for RotationWatcher for API 23+
-
Constructor Summary
Constructors Constructor Description ShadowRotationWatcher()
-
Method Summary
Modifier and Type Method Description protected void
addWindow(com.android.internal.policy.PhoneWindow phoneWindow)
-
Constructor Details
-
ShadowRotationWatcher
public ShadowRotationWatcher()
-
-
Method Details