public static interface View.OnSystemUiVisibilityChangeListener
Modifier and Type | Method and Description |
---|---|
void |
onSystemUiVisibilityChange(int visibility)
Called when the status bar changes visibility because of a call to
View.setSystemUiVisibility(int) . |
void onSystemUiVisibilityChange(int visibility)
View.setSystemUiVisibility(int)
.visibility
- Bitwise-or of flags View.SYSTEM_UI_FLAG_LOW_PROFILE
,
View.SYSTEM_UI_FLAG_HIDE_NAVIGATION
, and View.SYSTEM_UI_FLAG_FULLSCREEN
.
This tells you the global state of these UI visibility
flags, not what your app is currently applying.