/frameworks/base/services/core/java/com/android/server/wm/ |
D | FadeAnimationController.java | 67 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken() 86 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local
|
D | ActivityRecord.java | 4224 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
|
/frameworks/base/core/java/android/view/ |
D | InsetsSourceConsumer.java | 232 void hide(boolean animationFinished, @AnimationType int animationType) { in hide() 330 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
|
D | InsetsController.java | 510 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest() 527 final @AnimationType int animationType; field in InsetsController.PendingControlRequest 707 @AnimationType int animationType = getAnimationType(type); in updateState() local 910 @AnimationType int animationType = getAnimationType(internalType); in show() local 949 @AnimationType int animationType = getAnimationType(internalType); in hide() local 974 @AnimationType int animationType) { in controlWindowInsetsAnimation() 994 @AnimationType int animationType, in controlAnimationUnchecked() 1102 @AnimationType int animationType) { in collectSourceControls() 1418 @InsetsType int types, boolean animationFinished, @AnimationType int animationType, in hideDirectly()
|
D | ImeInsetsSourceConsumer.java | 73 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
|
D | InsetsAnimationThreadControlRunner.java | 113 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
|
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 | 353 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() 359 boolean resize, @AnimationType int animationType) { in hideMenu() 549 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
|
D | PipController.java | 529 private void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType() 778 public void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
|
D | PhonePipMenuController.java | 417 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | Pip.java | 106 default void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
|
D | PipAnimationController.java | 263 @AnimationType int animationType, Rect destinationBounds, T baseValue, T startValue, in PipTransitionAnimator()
|
D | PipTaskOrganizer.java | 362 public void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
|
/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3204 int animationType = childWasSwipedOut in generateChildRemovalEvents() local
|