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

/frameworks/base/services/core/java/com/android/server/policy/
H A DWindowOrientationListener.java43 * You can also visualize the behavior of the WindowOrientationListener.
46 public abstract class WindowOrientationListener { class
47 private static final String TAG = "WindowOrientationListener";
66 * Creates a new WindowOrientationListener.
68 * @param context for the WindowOrientationListener.
71 public WindowOrientationListener(Context context, Handler handler) { method in class:WindowOrientationListener
76 * Creates a new WindowOrientationListener.
78 * @param context for the WindowOrientationListener.
87 private WindowOrientationListener(Context context, Handler handler, int rate) { method in class:WindowOrientationListener
108 * Enables the WindowOrientationListener s
[all...]

Completed in 1129 milliseconds