Searched refs:getCircularDiff (Results 1 – 1 of 1) sorted by relevance
1167 final int currentOffset = getCircularDiff(current, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()1168 final int snappedOffset = getCircularDiff(snapped, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()1192 private int getCircularDiff(int first, int second, int max) { in getCircularDiff() method in RadialTimePickerView.RadialPickerTouchHelper