/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SurfaceAnimator.java | 55 private @AnimationType int mAnimationType; 161 @AnimationType int type, 200 @AnimationType int type) { 239 @AnimationType 340 final @AnimationType int animationType = mAnimationType; 438 Transaction t, @AnimationType int type, int width, int height, int x, int y, 571 @interface AnimationType {} 576 static String animationTypeToString(@AnimationType int type) { 596 void onAnimationFinished(@AnimationType int type, AnimationAdapter anim);
|
H A D | WallpaperAnimationAdapter.java | 31 import com.android.server.wm.SurfaceAnimator.AnimationType; 46 private @AnimationType int mLastAnimationType; 122 @AnimationType int getLastAnimationType() { in getLastAnimationType() 141 @AnimationType int type, in startAnimation()
|
H A D | AnimationAdapter.java | 25 import com.android.server.wm.SurfaceAnimator.AnimationType; 55 void startAnimation(SurfaceControl animationLeash, Transaction t, @AnimationType int type, in startAnimation()
|
H A D | LocalAnimationAdapter.java | 28 import com.android.server.wm.SurfaceAnimator.AnimationType; 55 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) { in startAnimation()
|
H A D | WindowContainerThumbnail.java | 45 import com.android.server.wm.SurfaceAnimator.AnimationType; 132 private void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished()
|
H A D | NonAppWindowAnimationAdapter.java | 50 private @SurfaceAnimator.AnimationType int mLastAnimationType; 173 @SurfaceAnimator.AnimationType
|
H A D | RemoteAnimationController.java | 46 import com.android.server.wm.SurfaceAnimator.AnimationType; 459 private @AnimationType int mAnimationType; 481 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) {
|
H A D | Dimmer.java | 32 import com.android.server.wm.SurfaceAnimator.AnimationType; 161 AnimationAdapter anim, boolean hidden, @AnimationType int type); in startAnimation()
|
H A D | WindowContainer.java | 102 import com.android.server.wm.SurfaceAnimator.AnimationType; 2567 @AnimationType int type, in startAnimation() 2582 @AnimationType int type, in startAnimation() 2589 @AnimationType int type) { in startAnimation() 3006 private void doAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in doAnimationFinished() 3019 protected void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() 3609 @AnimationType int type, @Nullable AnimationAdapter snapshotAnim) -> { in build() 3619 @AnimationType int type, @Nullable AnimationAdapter snapshotAnim); in startAnimation()
|
H A D | InsetsSourceProvider.java | 58 import com.android.server.wm.SurfaceAnimator.AnimationType; 604 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) { in startAnimation()
|
H A D | RecentsAnimationController.java | 77 import com.android.server.wm.SurfaceAnimator.AnimationType; 1216 private @AnimationType int mLastAnimationType; 1357 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) {
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationControlRunner.java | 21 import android.view.InsetsController.AnimationType; 75 @AnimationType int getAnimationType(); in getAnimationType()
|
H A D | ImeInsetsSourceConsumer.java | 22 import static android.view.InsetsController.AnimationType; 73 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
|
H A D | InsetsController.java | 304 @interface AnimationType { annotation in InsetsController 507 final @AnimationType int type; 523 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest() 540 final @AnimationType int animationType; 714 @AnimationType int animationType = getAnimationType(type); in updateState() 950 @AnimationType int animationType = getAnimationType(internalType); in show() 989 @AnimationType int animationType = getAnimationType(internalType); in hide() 1014 @AnimationType int animationType) { in controlWindowInsetsAnimation() 1034 @AnimationType int animationType, in controlAnimationUnchecked() 1142 @AnimationType int animationType) { in collectSourceControls() [all …]
|
H A D | InsetsSourceConsumer.java | 20 import static android.view.InsetsController.AnimationType; 232 void hide(boolean animationFinished, @AnimationType int animationType) { in hide() 330 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
|
H A D | InsetsAnimationThreadControlRunner.java | 31 import android.view.InsetsController.AnimationType; 113 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
|
H A D | InsetsAnimationControlImpl.java | 29 import static android.view.InsetsController.AnimationType; 90 private final @AnimationType int mAnimationType; 115 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl() 226 public @AnimationType int getAnimationType() { in getAnimationType()
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
H A D | AnimationView.java | 48 public @interface AnimationType {} annotation in AnimationView 97 FragmentTransaction ft, @AnimationType int anim, Bundle args) { in setupAnimations()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipMenuView.java | 98 public @interface AnimationType {} annotation in PipMenuView 378 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() 384 boolean resize, @AnimationType int animationType) { in hideMenu() 583 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipAnimationController.java | 62 public @interface AnimationType {} annotation in PipAnimationController 247 private final @AnimationType int mAnimationType; 264 @AnimationType int animationType, Rect destinationBounds, T baseValue, T startValue, in PipTransitionAnimator() 317 @AnimationType public int getAnimationType() { in getAnimationType()
|
H A D | PipTransition.java | 65 private @PipAnimationController.AnimationType int mOneShotAnimationType = ANIM_TYPE_BOUNDS; 95 private void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DimmerTests.java | 39 import com.android.server.wm.SurfaceAnimator.AnimationType; 118 AnimationAdapter anim, boolean hidden, @AnimationType int type) { in startAnimation()
|
H A D | SurfaceAnimatorTest.java | 45 import com.android.server.wm.SurfaceAnimator.AnimationType; 324 @AnimationType int mFinishedAnimationType;
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
H A D | FilesActivity.java | 57 import com.android.documentsui.dirlist.AnimationView.AnimationType; 336 public void refreshDirectory(@AnimationType int anim) { in refreshDirectory()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsControllerTest.java | 24 import static android.view.InsetsController.AnimationType; 671 final @AnimationType int expectedAnimationType = in testResizeAnimation_insetsTypes() 680 @AnimationType int expectedAnimationType) { in doTestResizeAnimation_insetsTypes()
|