Searched refs:IndicatorControlWheel (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Camera/src/com/android/camera/ui/
H A DIndicatorControlWheelContainer.java31 * ShutterButton, an IndicatorControlWheel(which combines first-level and
43 private IndicatorControlWheel mIndicatorControlWheel;
55 mIndicatorControlWheel = (IndicatorControlWheel) findViewById(
125 + IndicatorControlWheel.HIGHLIGHT_WIDTH * 4;
127 + IndicatorControlWheel.HIGHLIGHT_WIDTH * 4;
H A DIndicatorControlWheel.java41 public class IndicatorControlWheel extends IndicatorControl implements class in inherits:IndicatorControl,View.OnClickListener
45 private static final String TAG = "IndicatorControlWheel";
119 public IndicatorControlWheel(Context context, AttributeSet attrs) { method in class:IndicatorControlWheel

Completed in 22 milliseconds