HomeSort by relevance Sort by last modified time
    Searched refs:ColorHueView (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
SliderHue.java 36 import com.android.gallery3d.filtershow.colorpicker.ColorHueView;
43 private ColorHueView mColorOpacityView;
58 mColorOpacityView = (ColorHueView) lp.findViewById(R.id.hueView);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorPickerDialog.java 39 ColorHueView mColorHueView;
56 mColorHueView = (ColorHueView) findViewById(R.id.ColorHueView);
127 ColorHueView csv = (ColorHueView) findViewById(R.id.ColorHueView);
ColorHueView.java 38 public class ColorHueView extends View implements ColorListener {
64 public ColorHueView(Context ctx, AttributeSet attrs) {
ColorOpacityView.java 58 private final static float DOT_SIZE = ColorHueView.DOT_SIZE;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorColorBorderTabletUI.java 33 import com.android.gallery3d.filtershow.colorpicker.ColorHueView;
49 private ColorHueView mHueView;
200 mHueView = (ColorHueView) lp.findViewById(R.id.ColorHueView);
EditorDrawTabletUI.java 36 import com.android.gallery3d.filtershow.colorpicker.ColorHueView;
56 private ColorHueView mHueView;
210 mHueView = (ColorHueView) lp.findViewById(R.id.ColorHueView);
EditorDraw.java 42 import com.android.gallery3d.filtershow.colorpicker.ColorHueView;

Completed in 89 milliseconds