Home | History | Annotate | Download | only in app

Lines Matching refs:mWindow

65     private final Window mWindow;
179 mWindow = window;
231 mWindow.requestFeature(Window.FEATURE_NO_TITLE);
233 mWindow.setContentView(contentView);
431 final View decor = mWindow.getDecorView();
432 final View parent = mWindow.findViewById(R.id.parentPanel);
452 final LinearLayout contentPanel = (LinearLayout) mWindow.findViewById(R.id.contentPanel);
456 final LinearLayout topPanel = (LinearLayout) mWindow.findViewById(R.id.topPanel);
461 final View buttonPanel = mWindow.findViewById(R.id.buttonPanel);
464 final View spacer = mWindow.findViewById(R.id.textSpacerNoButtons);
468 mWindow.setCloseOnTouchOutsideIfNotSet(true);
471 final FrameLayout customPanel = (FrameLayout) mWindow.findViewById(R.id.customPanel);
484 mWindow.setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM,
489 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom);
509 divider = mWindow.findViewById(R.id.titleDivider);
511 divider = mWindow.findViewById(R.id.titleDividerTop);
535 View titleTemplate = mWindow.findViewById(R.id.title_template);
538 mIconView = (ImageView) mWindow.findViewById(R.id.icon);
543 mTitleView = (TextView) mWindow.findViewById(R.id.alertTitle);
564 final View titleTemplate = mWindow.findViewById(R.id.title_template);
575 mScrollView = (ScrollView) mWindow.findViewById(R.id.scrollView);
579 mMessageView = (TextView) mWindow.findViewById(R.id.message);
591 contentPanel.removeView(mWindow.findViewById(R.id.scrollView));
606 mButtonPositive = (Button) mWindow.findViewById(R.id.button1);
617 mButtonNegative = (Button) mWindow.findViewById(R.id.button2);
629 mButtonNeutral = (Button) mWindow.findViewById(R.id.button3);
663 View leftSpacer = mWindow.findViewById(R.id.leftSpacer);
667 View rightSpacer = mWindow.findViewById(R.id.rightSpacer);