FileDocCategorySizeDatePackage
OrientationEventListener.javaAPI DocAndroid 5.1 API615Sat Mar 14 14:09:32 GMT 2015android.view

OrientationEventListener

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 booleancanDetectOrientation()

 throw new RuntimeException("Stub!"); 
public voiddisable()

 throw new RuntimeException("Stub!"); 
public voidenable()

 throw new RuntimeException("Stub!"); 
public abstract voidonOrientationChanged(int orientation)