Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DFadeAnimationController.java61 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
H A DActivityRecord.java4964 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java603 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest()
620 final @AnimationType int animationType; field in InsetsController.PendingControlRequest
895 @AnimationType int animationType = getAnimationType(type); in updateState() local
1124 @AnimationType final int animationType = getAnimationType(type); in show() local
1213 @AnimationType final int animationType = getAnimationType(type); in hide() local
1270 @AnimationType int animationType) { in controlWindowInsetsAnimation()
1290 @AnimationType int animationType, in controlAnimationUnchecked()
1313 @AnimationType int animationType, in controlAnimationUncheckedInner()
1472 SparseArray<InsetsSourceControl> controls, @AnimationType int animationType, in collectSourceControls()
H A DInsetsAnimationThreadControlRunner.java114 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
H A DInsetsSourceConsumer.java351 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
H A DInsetsAnimationControlImpl.java125 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java398 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
404 boolean resize, @AnimationType int animationType) { in hideMenu()
642 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
H A DPhonePipMenuController.java438 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsKeyguardViewLegacy.java253 void onDozeAmountChanged(float linear, float eased, @AnimationType int animationType) { in onDozeAmountChanged()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java245 public void setOneShotEnterAnimationType(@AnimationType int animationType) { in setOneShotEnterAnimationType()
335 @AnimationType int animationType, in PipTransitionAnimator()
H A DPipTaskOrganizer.java764 final int animationType = shouldAlwaysFadeIn() in onTaskAppeared() local
803 private void onTaskAppearedWithFixedRotation(int animationType) { in onTaskAppearedWithFixedRotation()
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3343 int animationType = childWasSwipedOut in generateChildRemovalEvents() local