Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
DIndicatorControlWheel.java110 private int mSecondLevelStartIndex = -1; field in IndicatorControlWheel
138 return (getChildCount() - mSecondLevelStartIndex); in getChildCountByLevel()
140 return mSecondLevelStartIndex; in getChildCountByLevel()
183 mSecondLevelStartIndex = getChildCount(); in initialize()
215 int startIndex = (mCurrentLevel == 0) ? 0 : mSecondLevelStartIndex; in getTouchIndicatorIndex()
221 endIndex = mSecondLevelStartIndex - 1; in getTouchIndicatorIndex()
327 - mChildRadians[mSecondLevelStartIndex]; in rotateWheel()
408 int startIndex = mSecondLevelStartIndex; in presetSecondLevelChildRadians()