Home
last modified time | relevance | path

Searched refs:touched (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DRadialTimePickerView.java1162 final int touched = getMinuteForDegrees(degrees); in getVirtualViewAt() local
1167 final int currentOffset = getCircularDiff(current, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()
1168 final int snappedOffset = getCircularDiff(snapped, touched, MINUTES_IN_CIRCLE); in getVirtualViewAt()