Home
last modified time | relevance | path

Searched refs:prepareAnimate (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/window/
DSplashScreenView.java468 aniDrawable.prepareAnimate(duration, this::animationStartCallback); in initIconAnimation()
641 boolean prepareAnimate(long duration, Runnable startListener); in prepareAnimate() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenIconDrawableFactory.java275 public boolean prepareAnimate(long duration, Runnable startListener) { in prepareAnimate() method in SplashscreenIconDrawableFactory.AnimatableIconAnimateListener