Home | History | Annotate | Download | only in widget

Lines Matching refs:mWindowManager

79     private WindowManager mWindowManager;
184 mWindowManager = (WindowManager)context.getSystemService(Context.WINDOW_SERVICE);
304 mWindowManager = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE);
406 if (mWindowManager == null && mContentView != null) {
407 mWindowManager = (WindowManager) mContext.getSystemService(Context.WINDOW_SERVICE);
973 if (mContentView == null || mContext == null || mWindowManager == null) {
1019 mWindowManager.addView(mPopupView, p);
1308 mWindowManager.removeViewImmediate(mPopupView);
1362 mWindowManager.updateViewLayout(mPopupView, p);
1463 mWindowManager.updateViewLayout(mPopupView, p);