Package org.mozilla.geckoview
Class OrientationController
Object
org.mozilla.geckoview.OrientationController
Controller for managing device orientation changes.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThis delegate will be called whenever an orientation lock is called. -
Method Summary
Modifier and TypeMethodDescriptionGets theOrientationController.OrientationDelegatefor this instance.voidSets theOrientationController.OrientationDelegatefor this instance.
-
Method Details
-
setDelegate
Sets theOrientationController.OrientationDelegatefor this instance.- Parameters:
delegate- TheOrientationController.OrientationDelegateinstance.
-
getDelegate
Gets theOrientationController.OrientationDelegatefor this instance.- Returns:
- delegate The
OrientationController.OrientationDelegateinstance.
-