Searched refs:mRequestWindow (Results 1 – 1 of 1) sorted by relevance
76 private RequestWindowView mRequestWindow; field in ScreenPinningRequest95 if (mRequestWindow != null) { in clearPrompt()96 mWindowManager.removeView(mRequestWindow); in clearPrompt()97 mRequestWindow = null; in clearPrompt()111 mRequestWindow = new RequestWindowView(mContext, allowCancel); in showPrompt()113 mRequestWindow.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE); in showPrompt()117 mWindowManager.addView(mRequestWindow, lp); in showPrompt()126 if (mRequestWindow != null) { in onConfigurationChanged()127 mRequestWindow.onConfigurationChanged(); in onConfigurationChanged()149 if (v.getId() == R.id.screen_pinning_ok_button || mRequestWindow == v) { in onClick()