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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java403 AttachInfo info = new AttachInfo(new WindowSession(), new Window(),
1103 private static final class Window implements IWindow { class in class:Bridge
/frameworks/base/core/java/android/view/
H A DWindow.java37 * Window. Eventually that class will be refactored and a factory method
38 * added for creating Window instances without knowing about a particular
41 public abstract class Window { class
98 private Window mContainer;
99 private Window mActiveChild;
117 * API from a Window back to its caller. This allows the client to
124 * {@link android.view.Window#superDispatchKeyEvent} to do the
136 * {@link android.view.Window#superDispatchTouchEvent} to do the
148 * {@link android.view.Window#superDispatchTrackballEvent} to do the
246 * {@link Window#setContentVie
297 public Window(Context context) { method in class:Window
[all...]

Completed in 49 milliseconds