/frameworks/base/services/core/java/com/android/server/wm/ |
D | FadeAnimationController.java | 71 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken() 83 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType, in fadeWindowToken() 96 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local
|
D | ActivityRecord.java | 5062 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipMenuView.java | 347 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() 353 boolean resize, @AnimationType int animationType) { in hideMenu() 580 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
|
D | PhonePipMenuController.java | 436 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
|
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 590 @AnimationType int animationType, in PendingControlRequest() 605 final @AnimationType int animationType; field in InsetsController.PendingControlRequest 891 @AnimationType int animationType = getAnimationType(type); in updateState() local 1171 @AnimationType final int animationType = getAnimationType(type); in show() local 1282 @AnimationType final int animationType = getAnimationType(type); in hide() local 1348 @AnimationType int animationType, boolean fromPredictiveBack) { in controlWindowInsetsAnimation() 1381 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in controlAnimationUnchecked() 1409 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in controlAnimationUncheckedInner() 1635 SparseArray<InsetsSourceControl> controls, @AnimationType int animationType, in collectSourceControls()
|
D | InsetsAnimationThreadControlRunner.java | 112 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
|
D | InsetsSourceConsumer.java | 433 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
|
D | InsetsAnimationControlImpl.java | 129 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in InsetsAnimationControlImpl()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipMenuView.java | 364 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() 370 boolean resize, @AnimationType int animationType) { in hideMenu() 625 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/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipAnimationController.java | 235 public void setOneShotEnterAnimationType( in setOneShotEnterAnimationType() 328 @PipTransitionController.AnimationType int animationType, in PipTransitionAnimator() 336 @PipTransitionController.AnimationType int animationType, in PipTransitionAnimator()
|
D | PipTaskOrganizer.java | 918 final int animationType = shouldAlwaysFadeIn() in onTaskAppeared() local 957 private void onTaskAppearedWithFixedRotation(int animationType) { in onTaskAppearedWithFixedRotation()
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
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()
|
/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/startingsurface/ |
D | SplashScreenExitAnimationUtils.java | 91 public static void startAnimations(@ExitAnimationType int animationType, in startAnimations()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3518 int animationType = childWasSwipedOut in generateChildRemovalEvents() local
|