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

/frameworks/base/core/java/android/view/
H A DWindow.java38 * Window. Eventually that class will be refactored and a factory method
39 * added for creating Window instances without knowing about a particular
42 public abstract class Window { class
136 private Window mContainer;
137 private Window mActiveChild;
160 * API from a Window back to its caller. This allows the client to
167 * {@link android.view.Window#superDispatchKeyEvent} to do the
179 * {@link android.view.Window#superDispatchKeyShortcutEvent} to do the
190 * {@link android.view.Window#superDispatchTouchEvent} to do the
202 * {@link android.view.Window#superDispatchTrackballEven
390 public Window(Context context) { method in class:Window
[all...]

Completed in 139 milliseconds