Searched refs:startAnimations (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
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
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
D | SplashScreenExitAnimation.java | 104 void startAnimations() { in startAnimations() method in SplashScreenExitAnimation 105 SplashScreenExitAnimationUtils.startAnimations(mAnimationType, mSplashScreenView, in startAnimations()
|
D | SplashScreenExitAnimationUtils.java | 91 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()
|
D | SplashscreenContentDrawer.java | 1199 animation.startAnimations(); in applyExitAnimation()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SurfaceAnimationRunner.java | 168 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/ |
D | DrawableHolder.java | 147 public void startAnimations(ValueAnimator.AnimatorUpdateListener listener) { in startAnimations() method in DrawableHolder
|
/frameworks/base/services/ |
D | art-wear-profile | 28135 PLcom/android/server/wm/SurfaceAnimationRunner;->startAnimations(J)V
|