Class android.view.View
Removed Methods | |
---|---|
void dispatchWindowInsetsAnimationFinish(InsetsAnimation ) |
Added Methods | |
---|---|
void dispatchWindowInsetsAnimationEnd (WindowInsetsAnimation ) |
|
void requestUnbufferedDispatch (int ) |
Changed Methods | ||
---|---|---|
void dispatchSystemUiVisibilityChanged (int ) |
Now deprecated. |
|
void dispatchWindowInsetsAnimationPrepare (WindowInsetsAnimation ) |
Change in signature from InsetsAnimation to WindowInsetsAnimation . |
|
WindowInsets dispatchWindowInsetsAnimationProgress (WindowInsets, |
Change in signature from WindowInsets to (WindowInsets, List<WindowInsetsAnimation> ). |
|
Bounds dispatchWindowInsetsAnimationStart (WindowInsetsAnimation, |
Change in return type from AnimationBounds to Bounds .Change in signature from ( InsetsAnimation, AnimationBounds ) to (WindowInsetsAnimation, Bounds ). |
|
void dispatchWindowSystemUiVisiblityChanged (int ) |
Now deprecated. |
|
int getSystemUiVisibility () |
Now deprecated. |
|
int getWindowSystemUiVisibility () |
Now deprecated. |
|
void onWindowSystemUiVisibilityChanged (int ) |
Now deprecated. |
|
void setOnSystemUiVisibilityChangeListener (OnSystemUiVisibilityChangeListener ) |
Now deprecated. |
|
void setSystemUiVisibility (int ) |
Now deprecated. |
|
void setWindowInsetsAnimationCallback (Callback ) |
Change in signature from WindowInsetsAnimationCallback to Callback . |
Changed Fields | ||
---|---|---|
int SYSTEM_UI_FLAG_FULLSCREEN |
Now deprecated. |
|
int SYSTEM_UI_FLAG_HIDE_NAVIGATION |
Now deprecated. |
|
int SYSTEM_UI_FLAG_IMMERSIVE |
Now deprecated. |
|
int SYSTEM_UI_FLAG_IMMERSIVE_STICKY |
Now deprecated. |
|
int SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN |
Now deprecated. |
|
int SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION |
Now deprecated. |
|
int SYSTEM_UI_FLAG_LAYOUT_STABLE |
Now deprecated. |
|
int SYSTEM_UI_FLAG_LIGHT_NAVIGATION_BAR |
Now deprecated. |
|
int SYSTEM_UI_FLAG_LIGHT_STATUS_BAR |
Now deprecated. |
|
int SYSTEM_UI_FLAG_LOW_PROFILE |
Now deprecated. |
|
int SYSTEM_UI_FLAG_VISIBLE |
Now deprecated. |
|
int SYSTEM_UI_LAYOUT_FLAGS |
Now deprecated. |