Searched refs:curBounds (Results 1 – 1 of 1) sorted by relevance
266 public void onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect curBounds, in onMovementBoundsChanged() argument309 if ((Math.min(prevBottom, toBottom) - offsetBufferPx) <= curBounds.top in onMovementBoundsChanged()310 && curBounds.top <= (Math.max(prevBottom, toBottom) + offsetBufferPx)) { in onMovementBoundsChanged()311 mMotionHelper.animateToOffset(curBounds, toBottom - curBounds.top); in onMovementBoundsChanged()