Home
last modified time | relevance | path

Searched defs:animationType (Results 1 – 19 of 19) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DFadeAnimationController.java67 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken()
86 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local
H A DActivityRecord.java4448 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
/aosp12/frameworks/base/core/java/android/view/
H A DInsetsSourceConsumer.java232 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
330 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
H A DInsetsController.java523 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 DImeInsetsSourceConsumer.java73 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
H A DInsetsAnimationThreadControlRunner.java113 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
H A DInsetsAnimationControlImpl.java115 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java378 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 DPipController.java564 private void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
839 public void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
H A DPhonePipMenuController.java436 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 DPip.java106 default void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
H A DPipTransition.java95 private void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
H A DPipAnimationController.java264 @AnimationType int animationType, Rect destinationBounds, T baseValue, T startValue, in PipTransitionAnimator()
H A DPipTaskOrganizer.java326 public void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeTransitionView.java416 private void prepareShadeAnimation(int animationType, int shadeColorId, int iconResId, in prepareShadeAnimation()
/aosp12/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java574 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 DWorkspace.java2137 int animationType = resizeOnDrop ? ANIMATE_INTO_POSITION_AND_RESIZE : in onDrop() local
2882 final Runnable onCompleteRunnable, int animationType, final View finalView, in animateWidgetDrop()
H A DLauncher.java916 int animationType = 0; in completeTwoStageWidgetDrop() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3243 int animationType = childWasSwipedOut in generateChildRemovalEvents() local