Home
last modified time | relevance | path

Searched refs:AnimationType (Results 1 – 25 of 30) sorted by relevance

12

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DSurfaceAnimator.java58 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 DWallpaperAnimationAdapter.java31 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 DAnimationAdapter.java25 import com.android.server.wm.SurfaceAnimator.AnimationType;
71 void startAnimation(SurfaceControl animationLeash, Transaction t, @AnimationType int type, in startAnimation()
H A DLocalAnimationAdapter.java28 import com.android.server.wm.SurfaceAnimator.AnimationType;
65 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) { in startAnimation()
H A DNonAppWindowAnimationAdapter.java50 private @SurfaceAnimator.AnimationType int mLastAnimationType;
173 @SurfaceAnimator.AnimationType
H A DWindowContainerThumbnail.java44 import com.android.server.wm.SurfaceAnimator.AnimationType;
131 private void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished()
H A DDimmer.java32 import com.android.server.wm.SurfaceAnimator.AnimationType;
169 AnimationAdapter anim, boolean hidden, @AnimationType int type); in startAnimation()
H A DRemoteAnimationController.java50 import com.android.server.wm.SurfaceAnimator.AnimationType;
533 private @AnimationType int mAnimationType;
568 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) {
H A DInsetsSourceProvider.java52 import com.android.server.wm.SurfaceAnimator.AnimationType;
688 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) { in startAnimation()
H A DWindowContainer.java120 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 DRecentsAnimationController.java68 import com.android.server.wm.SurfaceAnimator.AnimationType;
1133 private @AnimationType int mLastAnimationType;
1288 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) {
H A DScreenRotationAnimation.java61 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 DInsetsAnimationControlRunner.java22 import android.view.InsetsController.AnimationType;
76 @AnimationType int getAnimationType(); in getAnimationType()
H A DInsetsController.java324 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 DInsetsAnimationThreadControlRunner.java31 import android.view.InsetsController.AnimationType;
114 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
H A DInsetsAnimationControlImpl.java32 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 DInsetsSourceConsumer.java20 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 DPipAnimationController.java65 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 DPipTransitionController.java241 public void setEnterAnimationType(@PipAnimationController.AnimationType int type) { in setEnterAnimationType()
/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DImeTracker.java38 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 DPipMenuView.java104 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 DUdfpsKeyguardViewLegacy.java251 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 DDimmerTests.java38 import com.android.server.wm.SurfaceAnimator.AnimationType;
129 AnimationAdapter anim, boolean hidden, @AnimationType int type) { in startAnimation()
H A DSurfaceAnimatorTest.java45 import com.android.server.wm.SurfaceAnimator.AnimationType;
324 @AnimationType int mFinishedAnimationType;
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsControllerTest.java24 import static android.view.InsetsController.AnimationType;
677 final @AnimationType int expectedAnimationType = (type & systemBars()) != 0 in testResizeAnimation_insetsTypes()
685 @AnimationType int expectedAnimationType) { in doTestResizeAnimation_insetsTypes()

12