Home
last modified time | relevance | path

Searched refs:animateToOffset (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipTouchHandler.java319 animateToOffset(animatingBounds, toAdjustedBounds); in onMovementBoundsChanged()
341 private void animateToOffset(Rect animatingBounds, Rect toAdjustedBounds) { in animateToOffset() method in PipTouchHandler
347 mMotionHelper.animateToOffset(bounds); in animateToOffset()
DPipMotionHelper.java358 void animateToOffset(Rect toBounds) { in animateToOffset() method in PipMotionHelper