Home
last modified time | relevance | path

Searched refs:animateBounds (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DRecentsView.java731 boolean animateAlpha, boolean animateBounds) { in updateVisibleDockRegions() argument
741 Interpolators.FAST_OUT_SLOW_IN, animateAlpha, animateBounds); in updateVisibleDockRegions()
760 animateAlpha, animateBounds); in updateVisibleDockRegions()
/frameworks/base/services/core/java/com/android/server/wm/
DBoundsAnimationController.java279 void animateBounds(final AnimateBoundsUser target, Rect from, Rect to, int animationDuration) { in animateBounds() method in BoundsAnimationController
DWindowManagerService.java10947 mBoundsAnimationController.animateBounds( in animateResizePinnedStack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
DTaskStack.java367 Interpolator interpolator, boolean animateAlpha, boolean animateBounds) { in startAnimation() argument
400 if (animateBounds) { in startAnimation()
/frameworks/base/core/java/android/widget/
DFastScroller.java1153 final Animator resizePreview = animateBounds(preview, bounds); in transitionPreviewLayout()
1666 private static Animator animateBounds(View v, Rect bounds) { in animateBounds() method in FastScroller