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

/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java46 * You can also visualize the behavior of the WindowOrientationListener.
49 public abstract class WindowOrientationListener { class
50 private static final String TAG = "WindowOrientationListener";
69 * Creates a new WindowOrientationListener.
71 * @param context for the WindowOrientationListener.
74 public WindowOrientationListener(Context context, Handler handler) { method in class:WindowOrientationListener
79 * Creates a new WindowOrientationListener.
81 * @param context for the WindowOrientationListener.
90 private WindowOrientationListener(Context context, Handler handler, int rate) { method in class:WindowOrientationListener
132 * Enables the WindowOrientationListener s
[all...]

Completed in 125 milliseconds