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

/frameworks/base/core/java/android/view/
H A DWindow.java46 * Window. Eventually that class will be refactored and a factory method
47 * added for creating Window instances without knowing about a particular
50 public abstract class Window { class
150 * @see android.view.Window#setStatusBarColor(int)
156 * @see android.view.Window#setNavigationBarColor(int)
186 private Window mContainer;
187 private Window mActiveChild;
210 * API from a Window back to its caller. This allows the client to
217 * {@link android.view.Window#superDispatchKeyEvent} to do the
229 * {@link android.view.Window#superDispatchKeyShortcutEven
451 public Window(Context context) { method in class:Window
[all...]

Completed in 106 milliseconds