Home
last modified time | relevance | path

Searched refs:mColorSVRectView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
DColorPickerDialog.java40 ColorSVRectView mColorSVRectView; field in ColorPickerDialog
57 mColorSVRectView = (ColorSVRectView) findViewById(R.id.colorRectView); in ColorPickerDialog()
80 ColorListener [] c = {mColorCompareView,mColorSVRectView,mColorOpacityView,mColorHueView}; in ColorPickerDialog()
142 mColorSVRectView.setColor(hsvo); in setColor()