/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | FadeAnimationController.java | 67 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken() 86 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local
|
H A D | ActivityRecord.java | 4448 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsSourceConsumer.java | 232 void hide(boolean animationFinished, @AnimationType int animationType) { in hide() 330 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
|
H A D | InsetsController.java | 523 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest() 540 final @AnimationType int animationType; field in InsetsController.PendingControlRequest 714 @AnimationType int animationType = getAnimationType(type); in updateState() local 950 @AnimationType int animationType = getAnimationType(internalType); in show() local 989 @AnimationType int animationType = getAnimationType(internalType); in hide() local 1014 @AnimationType int animationType) { in controlWindowInsetsAnimation() 1034 @AnimationType int animationType, in controlAnimationUnchecked() 1142 @AnimationType int animationType) { in collectSourceControls() 1463 @InsetsType int types, boolean animationFinished, @AnimationType int animationType, in hideDirectly()
|
H A D | ImeInsetsSourceConsumer.java | 73 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
|
H A D | InsetsAnimationThreadControlRunner.java | 113 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
|
H A D | InsetsAnimationControlImpl.java | 115 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipMenuView.java | 378 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu() 384 boolean resize, @AnimationType int animationType) { in hideMenu() 583 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
|
H A D | PipController.java | 564 private void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType() 839 public void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
|
H A D | PhonePipMenuController.java | 436 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | Pip.java | 106 default void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
|
H A D | PipTransition.java | 95 private void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
|
H A D | PipAnimationController.java | 264 @AnimationType int animationType, Rect destinationBounds, T baseValue, T startValue, in PipTransitionAnimator()
|
H A D | PipTaskOrganizer.java | 326 public void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/ |
H A D | ModeTransitionView.java | 416 private void prepareShadeAnimation(int animationType, int shadeColorId, int iconResId, in prepareShadeAnimation()
|
/aosp12/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()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | Workspace.java | 2137 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop() local 2882 final Runnable onCompleteRunnable, int animationType, final View finalView, in animateWidgetDrop()
|
H A D | Launcher.java | 916 int animationType = 0; in completeTwoStageWidgetDrop() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayout.java | 3243 int animationType = childWasSwipedOut in generateChildRemovalEvents() local
|