Searched refs:animateBounds (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | RecentsView.java | 731 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/ |
D | BoundsAnimationController.java | 279 void animateBounds(final AnimateBoundsUser target, Rect from, Rect to, int animationDuration) { in animateBounds() method in BoundsAnimationController
|
D | WindowManagerService.java | 10947 mBoundsAnimationController.animateBounds( in animateResizePinnedStack()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | TaskStack.java | 367 Interpolator interpolator, boolean animateAlpha, boolean animateBounds) { in startAnimation() argument 400 if (animateBounds) { in startAnimation()
|
/frameworks/base/core/java/android/widget/ |
D | FastScroller.java | 1153 final Animator resizePreview = animateBounds(preview, bounds); in transitionPreviewLayout() 1666 private static Animator animateBounds(View v, Rect bounds) { in animateBounds() method in FastScroller
|