Searched refs:offsetDirection (Results 1 – 1 of 1) sorted by relevance
559 int offsetDirection = (vector == null || vector.y > 0) ? -1 : 1; in snapToPosition() local560 startPosition += offsetDirection * SNAP_SCROLL_OFFSET_POSITION; in snapToPosition()