Searched refs:toAdjustedBounds (Results 1 – 1 of 1) sorted by relevance
295 final Rect toAdjustedBounds = mMenuState == MENU_STATE_FULL in onMovementBoundsChanged() local304 if (toAdjustedBounds.bottom < mMovementBounds.bottom in onMovementBoundsChanged()305 && animatingBounds.top < toAdjustedBounds.bottom) { in onMovementBoundsChanged()313 if (toAdjustedBounds.bottom >= mMovementBounds.bottom in onMovementBoundsChanged()315 < toAdjustedBounds.bottom - movementBoundsAdjustment - offsetAdjustment) { in onMovementBoundsChanged()319 animateToOffset(animatingBounds, toAdjustedBounds); in onMovementBoundsChanged()341 private void animateToOffset(Rect animatingBounds, Rect toAdjustedBounds) { in animateToOffset() argument343 bounds.offset(0, toAdjustedBounds.bottom - bounds.top); in animateToOffset()