Home | History | Annotate | Download | only in dreams

Lines Matching refs:getWindowManager

356      * Behaves similarly to {@link android.app.Activity#getWindowManager()}.
360 public WindowManager getWindowManager() {
361 return mWindow != null ? mWindow.getWindowManager() : null;
907 mWindow.getWindowManager().removeViewImmediate(mWindow.getDecorView());
980 getWindowManager().addView(mWindow.getDecorView(), mWindow.getAttributes());
1016 mWindow.getWindowManager().updateViewLayout(mWindow.getDecorView(), lp);