Searched defs:WindowOrientationListener (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java36 * You can also visualize the behavior of the WindowOrientationListener by
46 public abstract class WindowOrientationListener { class
47 private static final String TAG = "WindowOrientationListener";
60 * Creates a new WindowOrientationListener.
62 * @param context for the WindowOrientationListener.
64 public WindowOrientationListener(Context context) { method in class:WindowOrientationListener
69 * Creates a new WindowOrientationListener.
71 * @param context for the WindowOrientationListener.
79 private WindowOrientationListener(Context context, int rate) { method in class:WindowOrientationListener
90 * Enables the WindowOrientationListener s
[all...]

Completed in 54 milliseconds