File
Doc
Category
Size
Date
Package
OrientationEventListener.java
API Doc
Android 5.1 API
615
Sat Mar 14 14:09:32 GMT 2015
android.view
OrientationEventListener
java.lang.Object
public abstract class OrientationEventListener extends Object
Fields Summary
public static final int
ORIENTATION_UNKNOWN
Constructors Summary
public OrientationEventListener
(
android.content.Context
context)
throw new RuntimeException("Stub!");
public OrientationEventListener
(
android.content.Context
context,
int
rate)
throw new RuntimeException("Stub!");
Methods Summary
public
boolean
canDetectOrientation
()
throw new RuntimeException("Stub!");
public void
disable
()
throw new RuntimeException("Stub!");
public void
enable
()
throw new RuntimeException("Stub!");
public abstract void
onOrientationChanged
(
int
orientation)
Java Code Source