Searched refs:getCircularDiff (Results 1 – 2 of 2) sorted by relevance
1178 final int currentOffset = getCircularDiff(current, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()1179 final int snappedOffset = getCircularDiff(snapped, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()1203 private int getCircularDiff(int first, int second, int max) { in getCircularDiff() method in RadialTimePickerView.RadialPickerTouchHelper
68088 Landroid/widget/RadialTimePickerView$RadialPickerTouchHelper;->getCircularDiff(III)I