HomeSort by relevance Sort by last modified time
    Searched refs:WindowOrientationListener (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/java/com/android/server/policy/
WindowOrientationListener.java 41 * You can also visualize the behavior of the WindowOrientationListener.
44 public abstract class WindowOrientationListener {
45 private static final String TAG = "WindowOrientationListener";
62 * Creates a new WindowOrientationListener.
64 * @param context for the WindowOrientationListener.
67 public WindowOrientationListener(Context context, Handler handler) {
72 * Creates a new WindowOrientationListener.
74 * @param context for the WindowOrientationListener.
83 private WindowOrientationListener(Context context, Handler handler, int rate) {
96 * Enables the WindowOrientationListener so it will monitor the sensor and cal
    [all...]