Home | History | Annotate | Download | only in app

Lines Matching refs:mWindow

77     Window mWindow;
143 mWindow = w;
229 mDecor = mWindow.getDecorView();
230 WindowManager.LayoutParams l = mWindow.getAttributes();
281 mWindow.closeAllPanels();
350 bundle.putBundle(DIALOG_HIERARCHY_TAG, mWindow.saveHierarchyState());
372 mWindow.restoreHierarchyState(dialogHierarchyState);
387 return mWindow;
400 return mWindow != null ? mWindow.getCurrentFocus() : null;
411 return mWindow.findViewById(id);
421 mWindow.setContentView(layoutResID);
432 mWindow.setContentView(view);
444 mWindow.setContentView(view, params);
455 mWindow.addContentView(view, params);
464 mWindow.setTitle(title);
465 mWindow.getAttributes().setTitle(title);
624 if (mWindow.superDispatchKeyEvent(event)) {
642 if (mWindow.superDispatchTouchEvent(ev)) {
659 if (mWindow.superDispatchTrackballEvent(ev)) {
767 mWindow.openPanel(Window.FEATURE_OPTIONS_PANEL, null);
774 mWindow.closePanel(Window.FEATURE_OPTIONS_PANEL);
863 mWindow.takeKeyEvents(get);