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()
176 mSecondLevelStartIndex = getChildCount(); in initialize()
208 int startIndex = (mCurrentLevel == 0) ? 0 : mSecondLevelStartIndex; in getTouchIndicatorIndex()
214 endIndex = mSecondLevelStartIndex - 1; in getTouchIndicatorIndex()
320 - mChildRadians[mSecondLevelStartIndex]; in rotateWheel()
401 int startIndex = mSecondLevelStartIndex; in presetSecondLevelChildRadians()