Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DIndicatorControlWheel.java219 double halfTouchSectorRadians = mTouchSectorRadians[mCurrentLevel]; in getTouchIndicatorIndex() local
220 if ((delta >= (mChildRadians[startIndex] - halfTouchSectorRadians)) && in getTouchIndicatorIndex()
221 (delta <= (mChildRadians[endIndex] + halfTouchSectorRadians))) { in getTouchIndicatorIndex()
232 + halfTouchSectorRadians)) { in getTouchIndicatorIndex()
236 - halfTouchSectorRadians)) { in getTouchIndicatorIndex()