Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsController.java450 long durationMs, Interpolator interpolator, @AnimationType int animationType, in PendingControlRequest()
467 final @AnimationType int animationType; field in InsetsController.PendingControlRequest
643 @AnimationType int animationType = getAnimationType(type); in updateState() local
827 @AnimationType int animationType = getAnimationType(internalType); in show() local
858 @AnimationType int animationType = getAnimationType(internalType); in hide() local
883 @AnimationType int animationType) { in controlWindowInsetsAnimation()
898 @AnimationType int animationType, in controlAnimationUnchecked()
994 @AnimationType int animationType) { in collectSourceControls()
1282 @InsetsType int types, boolean animationFinished, @AnimationType int animationType) { in hideDirectly()
DInsetsSourceConsumer.java199 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
290 public void updateSource(InsetsSource newSource, @AnimationType int animationType) { in updateSource()
DInsetsAnimationThreadControlRunner.java105 @AnimationType int animationType, Handler mainThreadHandler) { in InsetsAnimationThreadControlRunner()
DImeInsetsSourceConsumer.java96 void hide(boolean animationFinished, @AnimationType int animationType) { in hide()
DInsetsAnimationControlImpl.java97 @AnimationType int animationType) { in InsetsAnimationControlImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
DBasePipManager.java32 default void setPinnedStackAnimationType(int animationType) {} in setPinnedStackAnimationType()
DPipUI.java102 public void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
DPipAnimationController.java190 private PipTransitionAnimator(SurfaceControl leash, @AnimationType int animationType, in PipTransitionAnimator()
DPipTaskOrganizer.java258 public void setOneShotAnimationType(@PipAnimationController.AnimationType int animationType) { in setOneShotAnimationType()
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipManager.java346 public void setPinnedStackAnimationType(int animationType) { in setPinnedStackAnimationType()
/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/services/core/java/com/android/server/wm/
DActivityRecord.java3809 final int animationType = pendingOptions.getAnimationType(); in applyOptionsLocked() local