HomeSort by relevance Sort by last modified time
    Searched defs:SHUTTER_BUTTON_RADIUS (Results 1 - 2 of 2) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 36 public static final int SHUTTER_BUTTON_RADIUS = 74;
53 mShutterButtonRadius = Util.dpToPixel(SHUTTER_BUTTON_RADIUS);
  /packages/apps/Camera/src/com/android/camera/ui/
IndicatorControlWheelContainer.java 44 // The SHUTTER_BUTTON_RADIUS is the radius of the circle containing the
47 public static final int SHUTTER_BUTTON_RADIUS = 74; // in dp
67 mShutterButtonRadius = Util.dpToPixel(SHUTTER_BUTTON_RADIUS);

Completed in 23 milliseconds