Home | History | Annotate | Download | only in app

Lines Matching refs:mWindow

727     private Window mWindow;
847 return mWindow;
889 return mWindow != null ? mWindow.getCurrentFocus() : null;
1019 if (mWindow != null) {
1022 mWindow.restoreHierarchyState(windowState);
1365 outState.putBundle(WINDOW_HIERARCHY_TAG, mWindow.saveHierarchyState());
1685 if (mWindow != null) {
1687 mWindow.onConfigurationChanged(newConfig);
2108 mWindow.setCallback(tbab.getWrappedWindowCallback());
2130 mWindow.setDefaultIcon(mActivityInfo.getIconResource());
2131 mWindow.setDefaultLogo(mActivityInfo.getLogoResource());
2236 mWindow.setCloseOnTouchOutside(finish);
2509 if (mWindow.shouldCloseOnTouch(this, event)) {
2946 mWindow.invalidatePanelMenu(Window.FEATURE_OPTIONS_PANEL);
3158 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, null);
3167 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL);
3226 mWindow.closePanel(Window.FEATURE_CONTEXT_MENU);
3756 final View decor = mWindow != null ? mWindow.peekDecorView() : null;
3811 final View decor = mWindow != null ? mWindow.peekDecorView() : null;
5620 return mWindow.getDecorView().startActionMode(callback);
5876 mWindow = PolicyManager.makeNewWindow(this);
5877 mWindow.setCallback(this);
5878 mWindow.setOnWindowDismissedCallback(this);
5879 mWindow.getLayoutInflater().setPrivateFactory(this);
5881 mWindow.setSoftInputMode(info.softInputMode);
5884 mWindow.setUiOptions(info.uiOptions);
5909 mWindow.setWindowManager(
5914 mWindow.setContainer(mParent.getWindow());
5916 mWindowManager = mWindow.getWindowManager();
5926 mVisibleFromClient = !mWindow.getWindowStyle().getBoolean(
6074 if (mWindow != null) {
6075 mWindow.closeAllPanels();
6110 mWindow.destroy();