Searched refs:mRequestWindow (Results 1 – 1 of 1) sorted by relevance
79 private RequestWindowView mRequestWindow; field in ScreenPinningRequest98 if (mRequestWindow != null) { in clearPrompt()99 mWindowManager.removeView(mRequestWindow); in clearPrompt()100 mRequestWindow = null; in clearPrompt()114 mRequestWindow = new RequestWindowView(mContext, allowCancel); in showPrompt()116 mRequestWindow.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE); in showPrompt()120 mWindowManager.addView(mRequestWindow, lp); in showPrompt()129 if (mRequestWindow != null) { in onConfigurationChanged()130 mRequestWindow.onConfigurationChanged(); in onConfigurationChanged()152 if (v.getId() == R.id.screen_pinning_ok_button || mRequestWindow == v) { in onClick()