Java 类android.app.Presentation 实例源码

项目:knightsofalentejo    文件:GameActivity.java   
private void useSecundaryDisplayForGameplayPresentation(Display presentationDisplay) {
    view.getParentViewManager().removeView(view);
    Presentation presentation = new GamePresentation(this, presentationDisplay, view);
    presentation.show();
}