When I listen to a YouTube video fullscreen in landscape on my Galaxy Nexus, the navigation bar on the right disapear after a few seconds (the bar which contains the "back&
SYSTEM_UI_FLAG_HIDE_NAVIGATION flag can be used on a View to hide the navigation bar until a user interaction occurs, starting from Android API 14.
SYSTEM_UI_FLAG_HIDE_NAVIGATION
You should look at here and here.