Package | com.distriqt.extension.application.display |
Class | public class AndroidSystemUiFlags |
Inheritance | AndroidSystemUiFlags ![]() |
Display.setSystemUiVisibility()
function.
Constant | Defined 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 |
SYSTEM_UI_FLAG_FULLSCREEN | Constant |
public static const SYSTEM_UI_FLAG_FULLSCREEN:int = 4
SYSTEM_UI_FLAG_HIDE_NAVIGATION | Constant |
public static const SYSTEM_UI_FLAG_HIDE_NAVIGATION:int = 2
SYSTEM_UI_FLAG_IMMERSIVE | Constant |
public static const SYSTEM_UI_FLAG_IMMERSIVE:int = 2048
SYSTEM_UI_FLAG_IMMERSIVE_STICKY | Constant |
public static const SYSTEM_UI_FLAG_IMMERSIVE_STICKY:int = 4096
SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | Constant |
public static const SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN:int = 1024
SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION | Constant |
public static const SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION:int = 512
SYSTEM_UI_FLAG_LAYOUT_STABLE | Constant |
public static const SYSTEM_UI_FLAG_LAYOUT_STABLE:int = 256
SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR | Constant |
public static const SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR:int = 16
SYSTEM_UI_FLAG_LIGHT_STATUS_BAR | Constant |
public static const SYSTEM_UI_FLAG_LIGHT_STATUS_BAR:int = 8192
SYSTEM_UI_FLAG_LOW_PROFILE | Constant |
public static const SYSTEM_UI_FLAG_LOW_PROFILE:int = 1
SYSTEM_UI_FLAG_VISIBLE | Constant |
public static const SYSTEM_UI_FLAG_VISIBLE:int = 0