Lines Matching refs:Window

59  * Window.
61 public abstract class Window {
230 * @see android.view.Window#setStatusBarColor(int)
236 * @see android.view.Window#setNavigationBarColor(int)
286 private Window mContainer;
287 private Window mActiveChild;
313 * API from a Window back to its caller. This allows the client to
320 * {@link android.view.Window#superDispatchKeyEvent} to do the
332 * {@link android.view.Window#superDispatchKeyShortcutEvent} to do the
343 * {@link android.view.Window#superDispatchTouchEvent} to do the
355 * {@link android.view.Window#superDispatchTrackballEvent} to do the
367 * {@link android.view.Window#superDispatchGenericMotionEvent} to do the
466 * {@link Window#setContentView(View, android.view.ViewGroup.LayoutParams)
467 * Window.setContentView} or
468 * {@link Window#addContentView(View, android.view.ViewGroup.LayoutParams)
469 * Window.addContentView}).
646 * frame rendered by the Window.
661 * @param window The {@link Window} on which the frame was displayed.
667 void onFrameMetricsAvailable(Window window, FrameMetrics frameMetrics,
672 public Window(Context context) {
688 * Return the {@link android.R.styleable#Window} attributes from this
695 com.android.internal.R.styleable.Window);
706 * @param container The desired containing Window.
708 public void setContainer(Window container) {
719 * Return the container for this Window.
721 * @return Window The containing window, or null if this is a
724 public final Window getContainer() {
743 * Set the window manager for use by this Window to, for example,
745 * Window itself -- that must be done by the client.
754 * Set the window manager for use by this Window to, for example,
756 * Window itself -- that must be done by the client.
837 * Return the window manager allowing this Window to display its own
873 throw new IllegalStateException("can't observe a Window without an attached view");
1012 * the default format that is selected by the Window based on its
1016 * PixelFormat.UNKNOWN to allow the Window to select
1193 * the default dim amount of that is selected by the Window based on
1307 * @param featureId The desired features, defined as constants by Window.
1425 * Return the view in this Window that currently has focus, or null if
1427 * Window.
1435 * Quick access to the {@link LayoutInflater} instance that this Window
1539 * constant by Window.
1555 * constants defined by Window.
1565 * constants defined by Window.
1575 * constants defined by Window.
1587 * defined by Window.
1671 * Window itself or its container. That is, it is the set of
1714 * Return the feature bits that are being implemented by this Window.
1716 * being handled by only this Window itself, not by its containers.
1906 * Sets the Transition that will be used to move Views out of the scene when the Window is
1916 * @param transition The Transition to use to move Views out of the Scene when the Window
1966 * Returns the Transition that will be used to move Views out of the scene when the Window is
1974 * @return The Transition to use to move Views out of the Scene when the Window
2061 * @param transition The Transition to use for shared elements in the launching Window
2062 * prior to transferring to the launched Activity's Window.
2074 * @param transition The Transition to use for shared elements in the launching Window
2075 * after the shared element has returned to the Window.
2081 * Returns the Transition to use for shared elements in the launching Window prior
2082 * to transferring to the launched Activity's Window.
2085 * @return the Transition to use for shared elements in the launching Window prior
2086 * to transferring to the launched Activity's Window.