/frameworks/base/services/core/java/com/android/server/wm/ |
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()
|
D | SurfaceAnimator.java | 59 private @AnimationType int mAnimationType; 168 @AnimationType int type, 213 @AnimationType int type) { 252 @AnimationType 357 final @AnimationType int animationType = mAnimationType; 457 Transaction t, @AnimationType int type, int width, int height, int x, int y, 596 @interface AnimationType {} 601 static String animationTypeToString(@AnimationType int type) { 623 void onAnimationFinished(@AnimationType int type, AnimationAdapter anim);
|
D | AnimationAdapter.java | 26 import com.android.server.wm.SurfaceAnimator.AnimationType; 73 void startAnimation(SurfaceControl animationLeash, Transaction t, @AnimationType int type, in startAnimation()
|
D | LocalAnimationAdapter.java | 28 import com.android.server.wm.SurfaceAnimator.AnimationType; 65 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) { in startAnimation()
|
D | WindowContainerThumbnail.java | 44 import com.android.server.wm.SurfaceAnimator.AnimationType; 131 private void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished()
|
D | NonAppWindowAnimationAdapter.java | 50 private @SurfaceAnimator.AnimationType int mLastAnimationType; 173 @SurfaceAnimator.AnimationType
|
D | RemoteAnimationController.java | 50 import com.android.server.wm.SurfaceAnimator.AnimationType; 531 private @AnimationType int mAnimationType; 566 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) {
|
D | LegacyDimmer.java | 159 AnimationAdapter anim, boolean hidden, @SurfaceAnimator.AnimationType int type); in startAnimation()
|
D | WindowContainer.java | 117 import com.android.server.wm.SurfaceAnimator.AnimationType; 2950 @AnimationType int type, in startAnimation() 2964 @AnimationType int type, in startAnimation() 2971 @AnimationType int type) { in startAnimation() 3476 private void doAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in doAnimationFinished() 3489 protected void onAnimationFinished(@AnimationType int type, AnimationAdapter anim) { in onAnimationFinished() 4244 @AnimationType int type, @Nullable AnimationAdapter snapshotAnim) -> { in build() 4254 @AnimationType int type, @Nullable AnimationAdapter snapshotAnim); in startAnimation()
|
D | InsetsSourceProvider.java | 53 import com.android.server.wm.SurfaceAnimator.AnimationType; 773 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) { in startAnimation()
|
D | RecentsAnimationController.java | 71 import com.android.server.wm.SurfaceAnimator.AnimationType; 1156 private @AnimationType int mLastAnimationType; 1311 @AnimationType int type, @NonNull OnAnimationFinishedCallback finishCallback) {
|
D | ScreenRotationAnimation.java | 62 import com.android.server.wm.SurfaceAnimator.AnimationType; 789 private void onAnimationEnd(@AnimationType int type, AnimationAdapter anim) { in onAnimationEnd()
|
/frameworks/base/core/java/android/view/ |
D | InsetsAnimationControlRunner.java | 22 import android.view.InsetsController.AnimationType; 77 @AnimationType int getAnimationType(); in getAnimationType()
|
D | InsetsAnimationThreadControlRunner.java | 31 import android.view.InsetsController.AnimationType; 114 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
|
D | InsetsController.java | 327 public @interface AnimationType { annotation in InsetsController 560 @AnimationType 577 final @AnimationType int type; 593 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest() 610 final @AnimationType int animationType; 895 @AnimationType int animationType = getAnimationType(type); in updateState() 1139 @AnimationType final int animationType = getAnimationType(type); in show() 1247 @AnimationType final int animationType = getAnimationType(type); in hide() 1308 @AnimationType int animationType, boolean fromPredictiveBack) { in controlWindowInsetsAnimation() 1330 @AnimationType int animationType, in controlAnimationUnchecked() [all …]
|
D | InsetsAnimationControlImpl.java | 32 import static android.view.InsetsController.AnimationType; 97 private final @AnimationType int mAnimationType; 124 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl() 242 public @AnimationType int getAnimationType() { in getAnimationType()
|
D | InsetsSourceConsumer.java | 20 import static android.view.InsetsController.AnimationType; 401 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipAnimationController.java | 66 public @interface AnimationType {} annotation in PipAnimationController 124 @AnimationType 246 public void setOneShotEnterAnimationType(@AnimationType int animationType) { in setOneShotEnterAnimationType() 254 @AnimationType 318 private final @AnimationType int mAnimationType; 336 @AnimationType int animationType, in PipTransitionAnimator() 394 @AnimationType public int getAnimationType() { in getAnimationType()
|
D | PipTransitionController.java | 287 public void setEnterAnimationType(@PipAnimationController.AnimationType int type) { in setEnterAnimationType()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | ImeTracker.java | 39 import android.view.InsetsController.AnimationType; 839 @AnimationType int animType, boolean useSeparatedThread) { in onRequestAnimation() 860 public void onCancelAnimation(@AnimationType int animType) { in onCancelAnimation() 872 public void onFinishAnimation(@AnimationType int animType) { in onFinishAnimation() 886 private static int getImeInsetsCujFromAnimation(@AnimationType int animType) { in getImeInsetsCujFromAnimation()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipMenuView.java | 99 public @interface AnimationType {} annotation in PipMenuView 355 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() 361 boolean resize, @AnimationType int animationType) { in hideMenu() 588 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipMenuView.java | 99 public @interface AnimationType {} annotation in PipMenuView 357 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() 363 boolean resize, @AnimationType int animationType) { in hideMenu() 591 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
|
D | PhonePipMenuController.java | 408 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsKeyguardViewLegacy.java | 250 private @interface AnimationType {} annotation in UdfpsKeyguardViewLegacy 252 void onDozeAmountChanged(float linear, float eased, @AnimationType int animationType) { in onDozeAmountChanged()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | SurfaceAnimatorTest.java | 45 import com.android.server.wm.SurfaceAnimator.AnimationType; 324 @AnimationType int mFinishedAnimationType;
|