Home | History | Annotate | Download | only in threadsample

Lines Matching refs:fullscreen

71      * @param fullscreen
73 public void setFullScreen(boolean fullscreen) {
74 // If full screen is set, sets the fullscreen flag in the Window manager
76 fullscreen ? WindowManager.LayoutParams.FLAG_FULLSCREEN : 0,
79 // Sets the global fullscreen flag to the current setting
80 mFullScreen = fullscreen;
86 int flag = fullscreen ? View.SYSTEM_UI_FLAG_LOW_PROFILE : 0;
89 if (Build.VERSION.SDK_INT >= 14 && fullscreen) {
99 if ( fullscreen ) {
157 // Sets fullscreen-related flags for the display
255 // Gets the previous state of the fullscreen indicator
258 // Sets the fullscreen flag to its previous state