Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
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
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimation.java104 void startAnimations() { in startAnimations() method in SplashScreenExitAnimation
105 SplashScreenExitAnimationUtils.startAnimations(mAnimationType, mSplashScreenView, in startAnimations()
DSplashScreenExitAnimationUtils.java91 static void startAnimations(@ExitAnimationType int animationType, in startAnimations() method in SplashScreenExitAnimationUtils
116 public static void startAnimations(ViewGroup splashScreenView, in startAnimations() method in SplashScreenExitAnimationUtils
122 startAnimations(TYPE_RADIAL_VANISH_SLIDE_UP, splashScreenView, in startAnimations()
DSplashscreenContentDrawer.java1199 animation.startAnimations(); in applyExitAnimation()
/frameworks/base/services/core/java/com/android/server/wm/
DSurfaceAnimationRunner.java168 mChoreographer.postFrameCallback(this::startAnimations); in continueStartingAnimations()
224 mChoreographer.postFrameCallback(this::startAnimations); in startAnimation()
234 mChoreographer.postFrameCallback(this::startAnimations); in startAnimation()
347 private void startAnimations(long frameTimeNanos) { in startAnimations() method in SurfaceAnimationRunner
/frameworks/base/core/java/com/android/internal/widget/
DDrawableHolder.java147 public void startAnimations(ValueAnimator.AnimatorUpdateListener listener) { in startAnimations() method in DrawableHolder
/frameworks/base/services/
Dart-wear-profile28135 PLcom/android/server/wm/SurfaceAnimationRunner;->startAnimations(J)V