summaryrefslogtreecommitdiff
path: root/core/java/android/inputmethodservice/InputMethodService.java
diff options
context:
space:
mode:
authorwilsonshih <wilsonshih@google.com>2022-03-14 17:48:09 +0800
committerwilsonshih <wilsonshih@google.com>2022-03-18 09:44:37 +0800
commit4748ce9e02047d3ee6962a6e9cfed6729f0ddd45 (patch)
tree257bb8bd291d5b7016c7e6ac34261be6b129d020 /core/java/android/inputmethodservice/InputMethodService.java
parenta56e6c1f97f0ee8ca03a55d5e8243665c6ea1299 (diff)
Deprecating windowSplashScreenAnimationDuration attr.
In previous CL(5e0c72a2c593de712debf7294e39fb36553a2b30) we provide a way to read the animation duration from AVD and AnimationDrawable, which should be enough to deprecate this attribute since the naming could confusing developers. The attribute was used to cut off the animation if the icon is animatable, but since the animation can be stop when removing the splash screen view from window, the attribute is useless so framework won't read it anymore. The attribute was also be the return value from SplashScreenView#getIconAnimationDuration, however, since this API was designed to let developer decide when to cut off the animation if the app want to handle OnExitAnimationListener#onSplashScreenExit, developer can pre-decide the duration in the app without set this attribute. Bug: 211707095 Test: atest SplashscreenTests StartingSurfaceDrawerTests Change-Id: Ib3a0b4314bd15158c392e56c0e125a33c753e716
Diffstat (limited to 'core/java/android/inputmethodservice/InputMethodService.java')
0 files changed, 0 insertions, 0 deletions