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.java226 double halfTouchSectorRadians = mTouchSectorRadians[mCurrentLevel]; in getTouchIndicatorIndex() local
227 if ((delta >= (mChildRadians[startIndex] - halfTouchSectorRadians)) && in getTouchIndicatorIndex()
228 (delta <= (mChildRadians[endIndex] + halfTouchSectorRadians))) { in getTouchIndicatorIndex()
239 + halfTouchSectorRadians)) { in getTouchIndicatorIndex()
243 - halfTouchSectorRadians)) { in getTouchIndicatorIndex()