/frameworks/base/services/core/java/com/android/server/wm/ |
D | FadeAnimationController.java | 67 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken() 80 show /* hidden */, animationType, null /* finishedCallback */); in fadeWindowToken() local
|
D | ActivityRecord.java | 4883 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
|
/frameworks/base/core/java/android/view/ |
D | InsetsSourceConsumer.java | 228 void hide(boolean animationFinished, @AnimationType int animationType) { in hide() 352 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
|
D | InsetsController.java | 538 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest() 555 final @AnimationType int animationType; field in InsetsController.PendingControlRequest 735 @AnimationType int animationType = getAnimationType(type); in updateState() local 977 @AnimationType int animationType = getAnimationType(internalType); in show() local 1016 @AnimationType int animationType = getAnimationType(internalType); in hide() local 1041 @AnimationType int animationType) { in controlWindowInsetsAnimation() 1061 @AnimationType int animationType, in controlAnimationUnchecked() 1176 @AnimationType int animationType) { in collectSourceControls() 1498 @InsetsType int types, boolean animationFinished, @AnimationType int animationType, in hideDirectly()
|
D | InsetsAnimationThreadControlRunner.java | 113 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
|
D | ImeInsetsSourceConsumer.java | 93 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
|
D | InsetsAnimationControlImpl.java | 115 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipMenuView.java | 397 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() 403 boolean resize, @AnimationType int animationType) { in hideMenu() 635 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
|
D | PhonePipMenuController.java | 429 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
|
D | PipController.java | 966 private void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsKeyguardView.java | 239 void onDozeAmountChanged(float linear, float eased, @AnimationType int animationType) { in onDozeAmountChanged()
|
/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/pip/ |
D | PipTransition.java | 147 private void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
|
D | PipAnimationController.java | 283 @AnimationType int animationType, in PipTransitionAnimator()
|
D | PipTaskOrganizer.java | 413 public void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3425 int animationType = childWasSwipedOut in generateChildRemovalEvents() local
|