/frameworks/base/core/java/android/view/ |
H A D | ViewPropertyAnimatorRT.java | 48 public boolean startAnimation(ViewPropertyAnimator parent) { method in class:ViewPropertyAnimatorRT
|
H A D | ViewPropertyAnimator.java | 112 * A RenderThread-driven backend that may intercept startAnimation 169 startAnimation(); 416 startAnimation(); 861 private void startAnimation() { method in class:ViewPropertyAnimator 862 if (mRTBackend != null && mRTBackend.startAnimation(this)) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | PropertyAnimator.java | 44 startAnimation(view, animatableProperty, newEndValue, properties); 51 public static <T extends View> void startAnimation(final T view, method in class:PropertyAnimator
|
/frameworks/support/browser/src/main/java/androidx/browser/browseractions/ |
H A D | BrowserActionsFallbackMenuDialog.java | 50 startAnimation(true); 65 startAnimation(false); 68 private void startAnimation(final boolean isEnterAnimation) { method in class:BrowserActionsFallbackMenuDialog
|
/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AnimationAdapter.java | 64 void startAnimation(SurfaceControl animationLeash, Transaction t, method in interface:AnimationAdapter 68 * Called when the animation that was started with {@link #startAnimation} was cancelled by the 71 * @param animationLeash The leash passed to {@link #startAnimation}.
|
H A D | AppWindowThumbnail.java | 90 void startAnimation(Transaction t, Animation anim) { method in class:AppWindowThumbnail 91 startAnimation(t, anim, null /* position */); 94 void startAnimation(Transaction t, Animation anim, Point position) { method in class:AppWindowThumbnail 97 mSurfaceAnimator.startAnimation(t, new LocalAnimationAdapter(
|
H A D | LocalAnimationAdapter.java | 62 public void startAnimation(SurfaceControl animationLeash, Transaction t, method in class:LocalAnimationAdapter 64 mAnimator.startAnimation(mSpec, animationLeash, t,
|
H A D | WallpaperWindowToken.java | 109 void startAnimation(Animation anim) { method in class:WallpaperWindowToken 112 windowState.startAnimation(anim);
|
H A D | RemoteAnimationController.java | 127 Slog.d(TAG, "startAnimation(): Notify animation start:"); 342 public void startAnimation(SurfaceControl animationLeash, Transaction t, method in class:RemoteAnimationController.RemoteAnimationAdapterWrapper 344 if (DEBUG_REMOTE_ANIMATIONS) Slog.d(TAG, "startAnimation");
|
H A D | SurfaceAnimationRunner.java | 118 void startAnimation(AnimationSpec a, SurfaceControl animationLeash, Transaction t, method in class:SurfaceAnimationRunner
|
H A D | Dimmer.java | 150 void startAnimation(SurfaceAnimator surfaceAnimator, SurfaceControl.Transaction t, method in interface:Dimmer.SurfaceAnimatorStarter 155 this(host, SurfaceAnimator::startAnimation); 333 mSurfaceAnimatorStarter.startAnimation(animator, t, new LocalAnimationAdapter(
|
H A D | SurfaceAnimator.java | 102 * {@link AnimationAdapter#startAnimation} once the hierarchy with 108 void startAnimation(Transaction t, AnimationAdapter anim, boolean hidden) { method in class:SurfaceAnimator 124 mAnimation.startAnimation(mLeash, t, mInnerAnimationFinishedCallback); 128 * Begins with delaying all animations to start. Any subsequent call to {@link #startAnimation} 147 mAnimation.startAnimation(mLeash, mAnimatable.getPendingTransaction(), 351 * Callback to be passed into {@link AnimationAdapter#startAnimation} to be invoked by the
|
H A D | RecentsAnimationController.java | 317 anim.startAnimation(task.getPendingTransaction(), taskAdapter, false /* hidden */); 332 void startAnimation() { method in class:RecentsAnimationController 333 if (DEBUG_RECENTS_ANIMATIONS) Slog.d(TAG, "startAnimation(): mPendingStart=" + mPendingStart 353 cancelAnimation(REORDER_MOVE_TO_ORIGINAL_POSITION, "startAnimation-noAppWindows"); 372 Slog.d(TAG, "startAnimation(): Notify animation start:"); 479 mService.getRecentsAnimationController().startAnimation(); 597 public void startAnimation(SurfaceControl animationLeash, Transaction t, method in class:RecentsAnimationController.TaskAnimationAdapter
|
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/ |
H A D | MediaNowPlayingView.java | 100 startAnimation(); 108 startAnimation(); 117 private void startAnimation() { method in class:MediaNowPlayingView 118 startAnimation(mObjectAnimator1); 119 startAnimation(mObjectAnimator2); 120 startAnimation(mObjectAnimator3); 135 private void startAnimation(Animator animator) { method in class:MediaNowPlayingView
|
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
H A D | DimmerTests.java | 110 public void startAnimation(SurfaceAnimator surfaceAnimator, SurfaceControl.Transaction t, method in class:DimmerTests.SurfaceAnimatorStarterImpl 216 verify(mSurfaceAnimatorStarter).startAnimation(any(SurfaceAnimator.class), any( 273 verify(mSurfaceAnimatorStarter, never()).startAnimation(any(SurfaceAnimator.class), any(
|
/frameworks/support/wear/src/main/java/androidx/wear/widget/ |
H A D | ProgressDrawable.java | 112 public void startAnimation() { method in class:ProgressDrawable
|
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/ |
H A D | OverlayListView.java | 65 object.startAnimation(getDrawingTime()); 206 public void startAnimation(long startTime) { method in class:OverlayListView.OverlayObject
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/ |
H A D | AppearAnimationUtils.java | 68 public void startAnimation(View[] objects, final Runnable finishListener) { method in class:AppearAnimationUtils 69 startAnimation(objects, finishListener, this); 78 public <T> void startAnimation(T[] objects, final Runnable finishListener, method in class:AppearAnimationUtils
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ |
H A D | AssistDisclosure.java | 162 startAnimation(); 174 private void startAnimation() { method in class:AssistDisclosure.AssistDisclosureView
|
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/ |
H A D | OverlayListView.java | 65 object.startAnimation(getDrawingTime()); 206 public void startAnimation(long startTime) { method in class:OverlayListView.OverlayObject
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
H A D | DockState.java | 186 public void startAnimation(Rect bounds, int areaAlpha, int hintAlpha, int duration, method in class:DockState.ViewState
|
/frameworks/base/core/java/android/widget/ |
H A D | SmartSelectSprite.java | 364 public void startAnimation( method in class:SmartSelectSprite
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | GlobalScreenshot.java | 598 startAnimation(finisher, mDisplayMetrics.widthPixels, mDisplayMetrics.heightPixels, 671 private void startAnimation(final Runnable finisher, int w, int h, boolean statusBarVisible, method in class:GlobalScreenshot
|
/frameworks/base/core/java/android/animation/ |
H A D | AnimatorSet.java | 729 startAnimation(); 1181 private void startAnimation() { method in class:AnimatorSet
|
H A D | ValueAnimator.java | 1064 startAnimation(); 1128 startAnimation(); 1247 private void startAnimation() { method in class:ValueAnimator 1453 startAnimation();
|