Searched refs:mShutterButtonRadius (Results 1 - 3 of 3) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java78 private double mShutterButtonRadius; field in class:IndicatorControlWheel
159 mShutterButtonRadius = IndicatorControlWheelContainer.SHUTTER_BUTTON_RADIUS;
161 mWheelRadius = mShutterButtonRadius + mStrokeWidth * 0.5;
264 if ((radius <= (mWheelRadius + mStrokeWidth)) && (radius > mShutterButtonRadius)) {
450 float innerR = (float) mShutterButtonRadius;
451 float outerR = (float) (mShutterButtonRadius + mStrokeWidth +
482 mBackgroundRect.set((float)(mCenterX - mShutterButtonRadius),
483 (float)(mCenterY - mShutterButtonRadius),
484 (float)(mCenterX + mShutterButtonRadius),
485 (float)(mCenterY + mShutterButtonRadius));
[all...]
H A DIndicatorControlWheelContainer.java42 private double mShutterButtonRadius; field in class:IndicatorControlWheelContainer
53 mShutterButtonRadius = Util.dpToPixel(SHUTTER_BUTTON_RADIUS);
79 if (radius <= mShutterButtonRadius) {
H A DZoomControlWheel.java61 private double mShutterButtonRadius; field in class:ZoomControlWheel
81 mShutterButtonRadius = IndicatorControlWheelContainer.SHUTTER_BUTTON_RADIUS;
83 mWheelRadius = mShutterButtonRadius + mStrokeWidth * 0.5;

Completed in 121 milliseconds