Searched refs:mWindow (Results 1 – 2 of 2) sorted by relevance
69 private final Window mWindow; field in AlertController186 mWindow = window; in AlertController()252 mWindow.setTitle(title); in setTitle()469 final View parentPanel = mWindow.findViewById(R.id.parentPanel); in setupView()562 View indicatorUp = mWindow.findViewById(R.id.scrollIndicatorUp); in setScrollIndicators()563 View indicatorDown = mWindow.findViewById(R.id.scrollIndicatorDown); in setScrollIndicators()653 mWindow.setFlags(WindowManager.LayoutParams.FLAG_ALT_FOCUSABLE_IM, in setupCustomContent()658 final FrameLayout custom = (FrameLayout) mWindow.findViewById(R.id.custom); in setupCustomContent()683 View titleTemplate = mWindow.findViewById(R.id.title_template); in setupTitle()686 mIconView = (ImageView) mWindow.findViewById(android.R.id.icon); in setupTitle()[all …]
194 Window mWindow;580 return mWindow.getCallback();670 return (T) mWindow.findViewById(id);745 mAppCompatWindowCallback.bypassOnContentChanged(mWindow.getCallback());754 mAppCompatWindowCallback.bypassOnContentChanged(mWindow.getCallback());763 mAppCompatWindowCallback.bypassOnContentChanged(mWindow.getCallback());771 mAppCompatWindowCallback.bypassOnContentChanged(mWindow.getCallback());785 mWindow.getDecorView().removeCallbacks(mInvalidatePanelMenuRunnable);825 if (mWindow == null && mHost instanceof Activity) {828 if (mWindow == null) {[all …]