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

/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java279 void animateBounds(final AnimateBoundsUser target, Rect from, Rect to, int animationDuration) { method in class:BoundsAnimationController
290 if (DEBUG) Slog.d(TAG, "animateBounds: target=" + target + " from=" + from + " to=" + to
297 if (DEBUG) Slog.d(TAG, "animateBounds: same destination as existing=" + existing
H A DWindowManagerService.java10947 mBoundsAnimationController.animateBounds(
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java466 true /* animateAlpha */, false /* animateBounds */);
483 true /* animateAlpha */, true /* animateBounds */);
488 true /* animateBounds */);
510 false /* animateAlpha */, false /* animateBounds */);
554 true /* animateAlpha */, false /* animateBounds */);
570 true /* animateAlpha */, false /* animateBounds */);
731 boolean animateAlpha, boolean animateBounds) {
741 Interpolators.FAST_OUT_SLOW_IN, animateAlpha, animateBounds);
760 animateAlpha, animateBounds);
729 updateVisibleDockRegions(TaskStack.DockState[] newDockStates, boolean isDefaultDockState, int overrideAreaAlpha, int overrideHintAlpha, boolean animateAlpha, boolean animateBounds) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DTaskStack.java367 Interpolator interpolator, boolean animateAlpha, boolean animateBounds) {
400 if (animateBounds) {
366 startAnimation(Rect bounds, int areaAlpha, int hintAlpha, int duration, Interpolator interpolator, boolean animateAlpha, boolean animateBounds) argument
/frameworks/base/core/java/android/widget/
H A DFastScroller.java1153 final Animator resizePreview = animateBounds(preview, bounds);
1666 private static Animator animateBounds(View v, Rect bounds) { method in class:FastScroller

Completed in 231 milliseconds