Searched refs:startAnimations (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
H A D | AppearAnimationUtils.java | 72 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 D | SplashScreenExitAnimation.java | 100 void startAnimations() { in startAnimations() method in SplashScreenExitAnimation 101 SplashScreenExitAnimationUtils.startAnimations(mSplashScreenView, mFirstWindowSurface, in startAnimations()
|
H A D | SplashScreenExitAnimationUtils.java | 68 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 D | SplashscreenContentDrawer.java | 1192 animation.startAnimations(); in applyExitAnimation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SurfaceAnimationRunner.java | 166 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 D | DrawableHolder.java | 147 public void startAnimations(ValueAnimator.AnimatorUpdateListener listener) { in startAnimations() method in DrawableHolder
|