찾아본 이유는 별거 없다.... 플레이어로 전체 화면 재생을 할때 네비게이션바가 영역을 차지하는 것이 싫었을 뿐 public void hideNavigationBar() { View decorView = getWindow().getDecorView(); decorView.setSystemUiVisibility( // Set the content to appear under the system bars so that the // content doesn't resize when the system bars hide and show. // Hide the nav bar and status bar View.SYSTEM_UI_FLAG_HIDE_NAVIGATION| View.SYSTEM_UI_FLAG_IMMERS..