/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SurfaceAnimator.java | 58 private @AnimationType int mAnimationType; 167 @AnimationType int type, 212 @AnimationType int type) { 251 @AnimationType 356 final @AnimationType int animationType = mAnimationType; 456 Transaction t, @AnimationType int type, int width, int height, int x, int y, 595 @interface AnimationType {} 600 static String animationTypeToString(@AnimationType int type) { 621 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; 71 void startAnimation(SurfaceControl animationLeash, Transaction t, @AnimationType int type, in startAnimation()
|
H A D | LocalAnimationAdapter.java | 28 import com.android.server.wm.SurfaceAnimator.AnimationType; 65 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) { in startAnimation()
|
H A D | NonAppWindowAnimationAdapter.java | 50 private @SurfaceAnimator.AnimationType int mLastAnimationType; 173 @SurfaceAnimator.AnimationType
|
H A D | WindowContainerThumbnail.java | 44 import com.android.server.wm.SurfaceAnimator.AnimationType; 131 private void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished()
|
H A D | Dimmer.java | 32 import com.android.server.wm.SurfaceAnimator.AnimationType; 169 AnimationAdapter anim, boolean hidden, @AnimationType int type); in startAnimation()
|
H A D | RemoteAnimationController.java | 50 import com.android.server.wm.SurfaceAnimator.AnimationType; 533 private @AnimationType int mAnimationType; 568 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) {
|
H A D | InsetsSourceProvider.java | 52 import com.android.server.wm.SurfaceAnimator.AnimationType; 688 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) { in startAnimation()
|
H A D | WindowContainer.java | 120 import com.android.server.wm.SurfaceAnimator.AnimationType; 2957 @AnimationType int type, in startAnimation() 2971 @AnimationType int type, in startAnimation() 2978 @AnimationType int type) { in startAnimation() 3495 private void doAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in doAnimationFinished() 3508 protected void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() 4240 @AnimationType int type, @Nullable AnimationAdapter snapshotAnim) -> { in build() 4250 @AnimationType int type, @Nullable AnimationAdapter snapshotAnim); in startAnimation()
|
H A D | RecentsAnimationController.java | 68 import com.android.server.wm.SurfaceAnimator.AnimationType; 1133 private @AnimationType int mLastAnimationType; 1288 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) {
|
H A D | ScreenRotationAnimation.java | 61 import com.android.server.wm.SurfaceAnimator.AnimationType; 775 private void onAnimationEnd(@AnimationType int type, AnimationAdapter anim) { in onAnimationEnd()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationControlRunner.java | 22 import android.view.InsetsController.AnimationType; 76 @AnimationType int getAnimationType(); in getAnimationType()
|
H A D | InsetsController.java | 324 public @interface AnimationType { annotation in InsetsController 570 @AnimationType 587 final @AnimationType int type; 620 final @AnimationType int animationType; 895 @AnimationType int animationType = getAnimationType(type); in updateState() 1124 @AnimationType final int animationType = getAnimationType(type); in show() 1213 @AnimationType final int animationType = getAnimationType(type); in hide() 1270 @AnimationType int animationType) { in controlWindowInsetsAnimation() 1290 @AnimationType int animationType, in controlAnimationUnchecked() 1313 @AnimationType int animationType, in controlAnimationUncheckedInner() [all …]
|
H A D | InsetsAnimationThreadControlRunner.java | 31 import android.view.InsetsController.AnimationType; 114 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
|
H A D | InsetsAnimationControlImpl.java | 32 import static android.view.InsetsController.AnimationType; 98 private final @AnimationType int mAnimationType; 125 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl() 243 public @AnimationType int getAnimationType() { in getAnimationType()
|
H A D | InsetsSourceConsumer.java | 20 import static android.view.InsetsController.AnimationType; 351 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipAnimationController.java | 65 public @interface AnimationType {} annotation in PipAnimationController 123 @AnimationType 245 public void setOneShotEnterAnimationType(@AnimationType int animationType) { in setOneShotEnterAnimationType() 253 @AnimationType 317 private final @AnimationType int mAnimationType; 335 @AnimationType int animationType, in PipTransitionAnimator() 393 @AnimationType public int getAnimationType() { in getAnimationType()
|
H A D | PipTransitionController.java | 241 public void setEnterAnimationType(@PipAnimationController.AnimationType int type) { in setEnterAnimationType()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | ImeTracker.java | 38 import android.view.InsetsController.AnimationType; 710 @AnimationType int animType, boolean useSeparatedThread) { in onRequestAnimation() 731 public void onCancelAnimation(@AnimationType int animType) { in onCancelAnimation() 743 public void onFinishAnimation(@AnimationType int animType) { in onFinishAnimation() 757 private static int getImeInsetsCujFromAnimation(@AnimationType int animType) { in getImeInsetsCujFromAnimation()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipMenuView.java | 104 public @interface AnimationType {} annotation in PipMenuView 398 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() 404 boolean resize, @AnimationType int animationType) { in hideMenu() 642 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewLegacy.java | 251 private @interface AnimationType {} annotation in UdfpsKeyguardViewLegacy 253 void onDozeAmountChanged(float linear, float eased, @AnimationType int animationType) { in onDozeAmountChanged()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | DimmerTests.java | 38 import com.android.server.wm.SurfaceAnimator.AnimationType; 129 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;
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsControllerTest.java | 24 import static android.view.InsetsController.AnimationType; 677 final @AnimationType int expectedAnimationType = (type & systemBars()) != 0 in testResizeAnimation_insetsTypes() 685 @AnimationType int expectedAnimationType) { in doTestResizeAnimation_insetsTypes()
|