Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationController.java188 BoundsAnimator(BoundsAnimationTarget target, @AnimationType int animationType, Rect from, in BoundsAnimator()
433 @AnimationType int animationType) { in animateBounds()
454 @AnimationType int animationType) { in animateBoundsImpl()
537 public void setAnimationType(@AnimationType int animationType) { in setAnimationType()
543 @AnimationType int animationType = mAnimationType; in getAnimationType() local
DBoundsAnimationTarget.java36 @BoundsAnimationController.AnimationType int animationType); in onAnimationStart()
DTaskStack.java1586 @BoundsAnimationController.AnimationType int animationType) { in onAnimationStart()
1758 final @BoundsAnimationController.AnimationType int animationType = intendedAnimationType; in animateResizePinnedStack() local
DActivityRecord.java1662 final int animationType = pendingOptions.getAnimationType(); in applyOptionsLocked() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DBoundsAnimationControllerTests.java155 boolean forceUpdate, @BoundsAnimationController.AnimationType int animationType) { in onAnimationStart()
225 @BoundsAnimationController.AnimationType int animationType) { in start()
290 @BoundsAnimationController.AnimationType int animationType) { in startImpl()
/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()