Home
last modified time | relevance | path

Searched refs:getIconAnimationDuration (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/window/
DSplashScreenView.java461 public Duration getIconAnimationDuration() { in getIconAnimationDuration() method in SplashScreenView
745 if (view.getIconAnimationDuration() != null) { in SplashScreenViewParcelable()
746 mIconAnimationDurationMillis = view.getIconAnimationDuration().toMillis(); in SplashScreenViewParcelable()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java1206 final long animDuration = view.getIconAnimationDuration() != null in applyExitAnimation()
1207 ? view.getIconAnimationDuration().toMillis() : 0; in applyExitAnimation()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt61502 method @Nullable public java.time.Duration getIconAnimationDuration();