Searched refs:getCircularDiff (Results 1 – 2 of 2) 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
89116 Landroid/widget/RadialTimePickerView$RadialPickerTouchHelper;->getCircularDiff(III)I