Home
last modified time | relevance | path

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

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