Searched refs:animateToOffset (Results 1 – 2 of 2) sorted by relevance
319 animateToOffset(animatingBounds, toAdjustedBounds); in onMovementBoundsChanged()341 private void animateToOffset(Rect animatingBounds, Rect toAdjustedBounds) { in animateToOffset() method in PipTouchHandler347 mMotionHelper.animateToOffset(bounds); in animateToOffset()
358 void animateToOffset(Rect toBounds) { in animateToOffset() method in PipMotionHelper