Packagecom.distriqt.extension.application.display
Classpublic class AndroidSystemUiFlags
InheritanceAndroidSystemUiFlags Inheritance Object

Defines some values for use with the Display.setSystemUiVisibility() function.



Public Constants
 ConstantDefined By
  SYSTEM_UI_FLAG_FULLSCREEN : int = 4
[static]
AndroidSystemUiFlags
  SYSTEM_UI_FLAG_HIDE_NAVIGATION : int = 2
[static]
AndroidSystemUiFlags
  SYSTEM_UI_FLAG_IMMERSIVE : int = 2048
[static]
AndroidSystemUiFlags
  SYSTEM_UI_FLAG_IMMERSIVE_STICKY : int = 4096
[static]
AndroidSystemUiFlags
  SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN : int = 1024
[static]
AndroidSystemUiFlags
  SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION : int = 512
[static]
AndroidSystemUiFlags
  SYSTEM_UI_FLAG_LAYOUT_STABLE : int = 256
[static]
AndroidSystemUiFlags
  SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR : int = 16
[static]
AndroidSystemUiFlags
  SYSTEM_UI_FLAG_LIGHT_STATUS_BAR : int = 8192
[static]
AndroidSystemUiFlags
  SYSTEM_UI_FLAG_LOW_PROFILE : int = 1
[static]
AndroidSystemUiFlags
  SYSTEM_UI_FLAG_VISIBLE : int = 0
[static]
AndroidSystemUiFlags
Constant Detail
SYSTEM_UI_FLAG_FULLSCREENConstant
public static const SYSTEM_UI_FLAG_FULLSCREEN:int = 4

SYSTEM_UI_FLAG_HIDE_NAVIGATIONConstant 
public static const SYSTEM_UI_FLAG_HIDE_NAVIGATION:int = 2

SYSTEM_UI_FLAG_IMMERSIVEConstant 
public static const SYSTEM_UI_FLAG_IMMERSIVE:int = 2048

SYSTEM_UI_FLAG_IMMERSIVE_STICKYConstant 
public static const SYSTEM_UI_FLAG_IMMERSIVE_STICKY:int = 4096

SYSTEM_UI_FLAG_LAYOUT_FULLSCREENConstant 
public static const SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN:int = 1024

SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATIONConstant 
public static const SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION:int = 512

SYSTEM_UI_FLAG_LAYOUT_STABLEConstant 
public static const SYSTEM_UI_FLAG_LAYOUT_STABLE:int = 256

SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BARConstant 
public static const SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR:int = 16

SYSTEM_UI_FLAG_LIGHT_STATUS_BARConstant 
public static const SYSTEM_UI_FLAG_LIGHT_STATUS_BAR:int = 8192

SYSTEM_UI_FLAG_LOW_PROFILEConstant 
public static const SYSTEM_UI_FLAG_LOW_PROFILE:int = 1

SYSTEM_UI_FLAG_VISIBLEConstant 
public static const SYSTEM_UI_FLAG_VISIBLE:int = 0