Lines Matching refs:Window

61 import android.view.Window;
93 public class Dialog implements DialogInterface, Window.Callback,
94 KeyEvent.Callback, OnCreateContextMenuListener, Window.OnWindowDismissedCallback {
101 final Window mWindow;
185 final Window w = new PhoneWindow(mContext);
291 if (mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
292 mWindow.invalidatePanelMenu(Window.FEATURE_ACTION_BAR);
313 if (mActionBar == null && mWindow.hasFeature(Window.FEATURE_ACTION_BAR)) {
477 * Retrieve the current Window for the activity. This can be used to
478 * directly access parts of the Window API that are not available
481 * @return Window The current window, or null if the activity is not
484 public @Nullable Window getWindow() {
489 * Call {@link android.view.Window#getCurrentFocus} on the
490 * Window if this Activity to return the currently focused view.
495 * @see android.view.Window#getCurrentFocus
883 if (featureId == Window.FEATURE_OPTIONS_PANEL) {
895 if (featureId == Window.FEATURE_OPTIONS_PANEL && menu != null) {
906 if (featureId == Window.FEATURE_ACTION_BAR) {
925 if (featureId == Window.FEATURE_ACTION_BAR) {
971 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) {
972 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, null);
980 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) {
981 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL);
989 if (mWindow.hasFeature(Window.FEATURE_OPTIONS_PANEL)) {
990 mWindow.invalidatePanelMenu(Window.FEATURE_OPTIONS_PANEL);
1143 * @see android.view.Window#takeKeyEvents
1151 * {@link android.view.Window#requestFeature getWindow().requestFeature()}.
1154 * {@link android.view.Window}.
1158 * @see android.view.Window#requestFeature
1166 * {@link android.view.Window#setFeatureDrawableResource}.
1174 * {@link android.view.Window#setFeatureDrawableUri}.
1182 * {@link android.view.Window#setFeatureDrawable(int, Drawable)}.
1190 * {@link android.view.Window#setFeatureDrawableAlpha}.