/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | FadeAnimationController.java | 61 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken() 73 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType, in fadeWindowToken() 86 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local
|
H A D | ActivityRecord.java | 4964 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsController.java | 603 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest() 620 final @AnimationType int animationType; field in InsetsController.PendingControlRequest 895 @AnimationType int animationType = getAnimationType(type); in updateState() local 1124 @AnimationType final int animationType = getAnimationType(type); in show() local 1213 @AnimationType final int animationType = getAnimationType(type); in hide() local 1270 @AnimationType int animationType) { in controlWindowInsetsAnimation() 1290 @AnimationType int animationType, in controlAnimationUnchecked() 1313 @AnimationType int animationType, in controlAnimationUncheckedInner() 1472 SparseArray<InsetsSourceControl> controls, @AnimationType int animationType, in collectSourceControls()
|
H A D | InsetsAnimationThreadControlRunner.java | 114 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
|
H A D | InsetsSourceConsumer.java | 351 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
|
H A D | InsetsAnimationControlImpl.java | 125 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipMenuView.java | 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()
|
H A D | PhonePipMenuController.java | 438 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsKeyguardViewLegacy.java | 253 void onDozeAmountChanged(float linear, float eased, @AnimationType int animationType) { in onDozeAmountChanged()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipAnimationController.java | 245 public void setOneShotEnterAnimationType(@AnimationType int animationType) { in setOneShotEnterAnimationType() 335 @AnimationType int animationType, in PipTransitionAnimator()
|
H A D | PipTaskOrganizer.java | 764 final int animationType = shouldAlwaysFadeIn() in onTaskAppeared() local 803 private void onTaskAppearedWithFixedRotation(int animationType) { in onTaskAppearedWithFixedRotation()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/ |
H A D | ItemTouchHelper.java | 574 int animationType; in select() local 2077 public long getAnimationDuration(RecyclerView recyclerView, int animationType, in getAnimationDuration() 2312 RecoverAnimation(ViewHolder viewHolder, int animationType, in RecoverAnimation()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 3343 int animationType = childWasSwipedOut in generateChildRemovalEvents() local
|