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

/frameworks/base/core/java/android/view/
H A DWindowOrientationListener.java38 * You can also visualize the behavior of the WindowOrientationListener.
43 public abstract class WindowOrientationListener { class
44 private static final String TAG = "WindowOrientationListener";
58 * Creates a new WindowOrientationListener.
60 * @param context for the WindowOrientationListener.
62 public WindowOrientationListener(Context context) { method in class:WindowOrientationListener
67 * Creates a new WindowOrientationListener.
69 * @param context for the WindowOrientationListener.
77 private WindowOrientationListener(Context context, int rate) { method in class:WindowOrientationListener
89 * Enables the WindowOrientationListener s
[all...]

Completed in 212 milliseconds