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.java67 public void fadeWindowToken(boolean show, WindowToken windowToken, int animationType) { in fadeWindowToken()
86 show /* hidden */, animationType, finishedCallback); in fadeWindowToken() local
DActivityRecord.java4224 final int animationType = pendingOptions.getAnimationType(); in applyOptionsAnimation() local
/frameworks/base/core/java/android/view/
DInsetsSourceConsumer.java232 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
330 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
DInsetsController.java510 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest()
527 final @AnimationType int animationType; field in InsetsController.PendingControlRequest
707 @AnimationType int animationType = getAnimationType(type); in updateState() local
910 @AnimationType int animationType = getAnimationType(internalType); in show() local
949 @AnimationType int animationType = getAnimationType(internalType); in hide() local
974 @AnimationType int animationType) { in controlWindowInsetsAnimation()
994 @AnimationType int animationType, in controlAnimationUnchecked()
1102 @AnimationType int animationType) { in collectSourceControls()
1418 @InsetsType int types, boolean animationFinished, @AnimationType int animationType, in hideDirectly()
DImeInsetsSourceConsumer.java73 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
DInsetsAnimationThreadControlRunner.java113 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationThreadControlRunner()
DInsetsAnimationControlImpl.java115 Interpolator interpolator, @AnimationType int animationType, in InsetsAnimationControlImpl()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuView.java353 void hideMenu(boolean resize, @AnimationType int animationType) { in hideMenu()
359 boolean resize, @AnimationType int animationType) { in hideMenu()
549 private long getFadeOutDuration(@AnimationType int animationType) { in getFadeOutDuration()
DPipController.java529 private void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
778 public void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
DPhonePipMenuController.java417 public void hideMenu(@PipMenuView.AnimationType int animationType, boolean resize) { in hideMenu()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPip.java106 default void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
DPipAnimationController.java263 @AnimationType int animationType, Rect destinationBounds, T baseValue, T startValue, in PipTransitionAnimator()
DPipTaskOrganizer.java362 public void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
/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/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java3204 int animationType = childWasSwipedOut in generateChildRemovalEvents() local