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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DWindowOrientationListener.java39 * You can also visualize the behavior of the WindowOrientationListener.
44 public abstract class WindowOrientationListener { class
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) { method in class:WindowOrientationListener
72 * Creates a new WindowOrientationListener.
74 * @param context for the WindowOrientationListener.
83 private WindowOrientationListener(Context context, Handler handler, int rate) { method in class:WindowOrientationListener
96 * Enables the WindowOrientationListener s
[all...]

Completed in 116 milliseconds