Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DFadeAnimationController.java71 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken()
83 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType, in fadeWindowToken()
96 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local
DActivityRecord.java5062 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMenuView.java347 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
353 boolean resize, @AnimationType int animationType) { in hideMenu()
580 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
DPhonePipMenuController.java436 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
/frameworks/base/core/java/android/view/
DInsetsController.java590 @AnimationType int animationType, in PendingControlRequest()
605 final @AnimationType int animationType; field in InsetsController.PendingControlRequest
891 @AnimationType int animationType = getAnimationType(type); in updateState() local
1171 @AnimationType final int animationType = getAnimationType(type); in show() local
1282 @AnimationType final int animationType = getAnimationType(type); in hide() local
1348 @AnimationType int animationType, boolean fromPredictiveBack) { in controlWindowInsetsAnimation()
1381 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in controlAnimationUnchecked()
1409 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in controlAnimationUncheckedInner()
1635 SparseArray<InsetsSourceControl> controls, @AnimationType int animationType, in collectSourceControls()
DInsetsAnimationThreadControlRunner.java112 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
DInsetsSourceConsumer.java433 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
DInsetsAnimationControlImpl.java129 InsetsAnimationSpec insetsAnimationSpec, @AnimationType int animationType, in InsetsAnimationControlImpl()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuView.java364 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
370 boolean resize, @AnimationType int animationType) { in hideMenu()
625 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
DPhonePipMenuController.java408 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipAnimationController.java235 public void setOneShotEnterAnimationType( in setOneShotEnterAnimationType()
328 @PipTransitionController.AnimationType int animationType, in PipTransitionAnimator()
336 @PipTransitionController.AnimationType int animationType, in PipTransitionAnimator()
DPipTaskOrganizer.java918 final int animationType = shouldAlwaysFadeIn() in onTaskAppeared() local
957 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/shared/src/com/android/wm/shell/shared/startingsurface/
DSplashScreenExitAnimationUtils.java91 public static void startAnimations(@ExitAnimationType int animationType, in startAnimations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3518 int animationType = childWasSwipedOut in generateChildRemovalEvents() local