Searched refs:mRequestWindow (Results 1 – 1 of 1) sorted by relevance
68 private RequestWindowView mRequestWindow; field in ScreenPinningRequest85 if (mRequestWindow != null) { in clearPrompt()86 mWindowManager.removeView(mRequestWindow); in clearPrompt()87 mRequestWindow = null; in clearPrompt()101 mRequestWindow = new RequestWindowView(mContext, allowCancel); in showPrompt()103 mRequestWindow.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE); in showPrompt()107 mWindowManager.addView(mRequestWindow, lp); in showPrompt()116 if (mRequestWindow != null) { in onConfigurationChanged()117 mRequestWindow.onConfigurationChanged(); in onConfigurationChanged()138 if (v.getId() == R.id.screen_pinning_ok_button || mRequestWindow == v) { in onClick()