private void useSecundaryDisplayForGameplayPresentation(Display presentationDisplay) { view.getParentViewManager().removeView(view); Presentation presentation = new GamePresentation(this, presentationDisplay, view); presentation.show(); }