Searched defs:mSecondLevelStartIndex (Results 1 - 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java110 private int mSecondLevelStartIndex = -1; field in class:IndicatorControlWheel
138 return (getChildCount() - mSecondLevelStartIndex);
140 return mSecondLevelStartIndex;
176 mSecondLevelStartIndex = getChildCount();
208 int startIndex = (mCurrentLevel == 0) ? 0 : mSecondLevelStartIndex;
214 endIndex = mSecondLevelStartIndex - 1;
320 - mChildRadians[mSecondLevelStartIndex];
401 int startIndex = mSecondLevelStartIndex;

Completed in 322 milliseconds