| android.view.View.OnSystemUiVisibilityChangeListener |
Interface definition for a callback to be invoked when the status bar changes visibility. This reports global changes to the system UI state, not just what the application is requesting.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Called when the status bar changes visibility because of a call to
setSystemUiVisibility(int). | |||||||||||
Called when the status bar changes visibility because of a call to
setSystemUiVisibility(int).
| visibility | Bitwise-or of flags SYSTEM_UI_FLAG_LOW_PROFILE or
SYSTEM_UI_FLAG_HIDE_NAVIGATION. This tells you the
global state of the UI visibility flags, not what your
app is currently applying.
|
|---|