Lines Matching defs:mWindow

63     private final Window mWindow;
185 mWindow = window;
234 mWindow.requestFeature(Window.FEATURE_NO_TITLE);
237 mWindow.setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
240 mWindow.setContentView(mAlertDialogLayout);
382 LinearLayout contentPanel = (LinearLayout) mWindow.findViewById(R.id.contentPanel);
386 LinearLayout topPanel = (LinearLayout) mWindow.findViewById(R.id.topPanel);
391 View buttonPanel = mWindow.findViewById(R.id.buttonPanel);
394 mWindow.setCloseOnTouchOutsideIfNotSet(true);
399 customPanel = (FrameLayout) mWindow.findViewById(R.id.customPanel);
400 FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
410 mWindow.findViewById(R.id.customPanel).setVisibility(View.GONE);
419 divider = mWindow.findViewById(R.id.titleDivider);
421 divider = mWindow.findViewById(R.id.titleDividerTop);
444 View titleTemplate = mWindow.findViewById(R.id.title_template);
449 mIconView = (ImageView) mWindow.findViewById(R.id.icon);
452 mTitleView = (TextView) mWindow.findViewById(R.id.alertTitle);
478 View titleTemplate = mWindow.findViewById(R.id.title_template);
489 mScrollView = (ScrollView) mWindow.findViewById(R.id.scrollView);
493 mMessageView = (TextView) mWindow.findViewById(R.id.message);
505 contentPanel.removeView(mWindow.findViewById(R.id.scrollView));
520 mButtonPositive = (Button) mWindow.findViewById(R.id.button1);
531 mButtonNegative = (Button) mWindow.findViewById(R.id.button2);
543 mButtonNeutral = (Button) mWindow.findViewById(R.id.button3);
577 View leftSpacer = mWindow.findViewById(R.id.leftSpacer);
581 View rightSpacer = mWindow.findViewById(R.id.rightSpacer);
697 ViewGroup parent = (ViewGroup) mWindow.findViewById(R.id.parentPanel);