/frameworks/base/services/core/java/com/android/server/wm/ |
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
|
D | ActivityRecord.java | 5207 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
|
/frameworks/base/core/java/android/view/ |
D | InsetsController.java | 593 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest() 610 final @AnimationType int animationType; field in InsetsController.PendingControlRequest 895 @AnimationType int animationType = getAnimationType(type); in updateState() local 1139 @AnimationType final int animationType = getAnimationType(type); in show() local 1247 @AnimationType final int animationType = getAnimationType(type); in hide() local 1308 @AnimationType int animationType, boolean fromPredictiveBack) { in controlWindowInsetsAnimation() 1330 @AnimationType int animationType, in controlAnimationUnchecked() 1353 @AnimationType int animationType, in controlAnimationUncheckedInner() 1573 SparseArray<InsetsSourceControl> controls, @AnimationType int animationType, in collectSourceControls()
|
D | InsetsAnimationThreadControlRunner.java | 114 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
|
D | InsetsSourceConsumer.java | 401 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
|
D | InsetsAnimationControlImpl.java | 124 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipMenuView.java | 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()
|
D | PhonePipMenuController.java | 406 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipMenuView.java | 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 | 252 void onDozeAmountChanged(float linear, float eased, @AnimationType int animationType) { in onDozeAmountChanged()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | PipAnimationController.java | 246 public void setOneShotEnterAnimationType(@AnimationType int animationType) { in setOneShotEnterAnimationType() 336 @AnimationType int animationType, in PipTransitionAnimator()
|
D | PipTaskOrganizer.java | 864 final int animationType = shouldAlwaysFadeIn() in onTaskAppeared() local 903 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/src/com/android/wm/shell/startingsurface/ |
D | SplashScreenExitAnimationUtils.java | 91 static void startAnimations(@ExitAnimationType int animationType, in startAnimations()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3325 int animationType = childWasSwipedOut in generateChildRemovalEvents() local
|