Lines Matching refs:mWindow

62     private final Window mWindow;
171 mWindow = window;
199 mWindow.requestFeature(Window.FEATURE_NO_TITLE);
202 mWindow.setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
205 mWindow.setContentView(com.android.internal.R.layout.alert_dialog);
347 LinearLayout contentPanel = (LinearLayout) mWindow.findViewById(R.id.contentPanel);
351 LinearLayout topPanel = (LinearLayout) mWindow.findViewById(R.id.topPanel);
356 View buttonPanel = mWindow.findViewById(R.id.buttonPanel);
363 customPanel = (FrameLayout) mWindow.findViewById(R.id.customPanel);
364 FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
374 mWindow.findViewById(R.id.customPanel).setVisibility(View.GONE);
381 View divider = mWindow.findViewById(R.id.titleDivider);
400 View titleTemplate = mWindow.findViewById(R.id.title_template);
405 mIconView = (ImageView) mWindow.findViewById(R.id.icon);
408 mTitleView = (TextView) mWindow.findViewById(R.id.alertTitle);
434 View titleTemplate = mWindow.findViewById(R.id.title_template);
444 mScrollView = (ScrollView) mWindow.findViewById(R.id.scrollView);
448 mMessageView = (TextView) mWindow.findViewById(R.id.message);
460 contentPanel.removeView(mWindow.findViewById(R.id.scrollView));
475 mButtonPositive = (Button) mWindow.findViewById(R.id.button1);
486 mButtonNegative = (Button) mWindow.findViewById(R.id.button2);
498 mButtonNeutral = (Button) mWindow.findViewById(R.id.button3);
530 View leftSpacer = mWindow.findViewById(R.id.leftSpacer);
532 View rightSpacer = mWindow.findViewById(R.id.rightSpacer);
646 ViewGroup parent = (ViewGroup) mWindow.findViewById(R.id.parentPanel);