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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java62 private static final int CLOSE_ICON_DEFAULT_DEGREES = 315; field in class:IndicatorControlWheel
306 int totalDegrees = CLOSE_ICON_DEFAULT_DEGREES - SECOND_LEVEL_START_DEGREES;
307 int startAngle = ((mCurrentLevel == 0) ? CLOSE_ICON_DEFAULT_DEGREES
398 double degrees = CLOSE_ICON_DEFAULT_DEGREES;

Completed in 10 milliseconds