Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
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
DActivityRecord.java5207 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
/frameworks/base/core/java/android/view/
DInsetsController.java593 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest()
610 final @AnimationType int animationType; field in InsetsController.PendingControlRequest
895 @AnimationType int animationType = getAnimationType(type); in updateState() local
1139 @AnimationType final int animationType = getAnimationType(type); in show() local
1247 @AnimationType final int animationType = getAnimationType(type); in hide() local
1308 @AnimationType int animationType, boolean fromPredictiveBack) { in controlWindowInsetsAnimation()
1330 @AnimationType int animationType, in controlAnimationUnchecked()
1353 @AnimationType int animationType, in controlAnimationUncheckedInner()
1573 SparseArray<InsetsSourceControl> controls, @AnimationType int animationType, in collectSourceControls()
DInsetsAnimationThreadControlRunner.java114 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
DInsetsSourceConsumer.java401 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
DInsetsAnimationControlImpl.java124 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMenuView.java355 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
361 boolean resize, @AnimationType int animationType) { in hideMenu()
588 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
DPhonePipMenuController.java406 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuView.java357 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
363 boolean resize, @AnimationType int animationType) { in hideMenu()
591 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
DPhonePipMenuController.java408 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsKeyguardViewLegacy.java252 void onDozeAmountChanged(float linear, float eased, @AnimationType int animationType) { in onDozeAmountChanged()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java246 public void setOneShotEnterAnimationType(@AnimationType int animationType) { in setOneShotEnterAnimationType()
336 @AnimationType int animationType, in PipTransitionAnimator()
DPipTaskOrganizer.java864 final int animationType = shouldAlwaysFadeIn() in onTaskAppeared() local
903 private void onTaskAppearedWithFixedRotation(int animationType) { in onTaskAppearedWithFixedRotation()
/frameworks/base/core/java/com/android/internal/widget/helper/
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()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashScreenExitAnimationUtils.java91 static void startAnimations(@ExitAnimationType int animationType, in startAnimations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3325 int animationType = childWasSwipedOut in generateChildRemovalEvents() local