Home
last modified time | relevance | path

Searched refs:startAnimations (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
H A DAppearAnimationUtils.java72 startAnimations(properties, objects, finishListener, creator); in startAnimation2d()
78 startAnimations(properties, objects, finishListener, creator); in startAnimation()
81 private <T> void startAnimations(AppearAnimationProperties properties, T[] objects, in startAnimations() method in AppearAnimationUtils
104 private <T> void startAnimations(AppearAnimationProperties properties, T[][] objects, in startAnimations() method in AppearAnimationUtils
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimation.java100 void startAnimations() { in startAnimations() method in SplashScreenExitAnimation
101 SplashScreenExitAnimationUtils.startAnimations(mSplashScreenView, mFirstWindowSurface, in startAnimations()
H A DSplashScreenExitAnimationUtils.java68 static void startAnimations(ViewGroup splashScreenView, in startAnimations() method in SplashScreenExitAnimationUtils
87 public static void startAnimations(ViewGroup splashScreenView, in startAnimations() method in SplashScreenExitAnimationUtils
92 startAnimations(splashScreenView, firstWindowSurface, mainWindowShiftLength, in startAnimations()
H A DSplashscreenContentDrawer.java1192 animation.startAnimations(); in applyExitAnimation()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimationRunner.java166 mChoreographer.postFrameCallback(this::startAnimations); in continueStartingAnimations()
212 mChoreographer.postFrameCallback(this::startAnimations); in startAnimation()
222 mChoreographer.postFrameCallback(this::startAnimations); in startAnimation()
335 private void startAnimations(long frameTimeNanos) { in startAnimations() method in SurfaceAnimationRunner
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java147 public void startAnimations(ValueAnimator.AnimatorUpdateListener listener) { in startAnimations() method in DrawableHolder