OSDN Git Service

fix first draw bug
authorJohn Hoford <hoford@google.com>
Thu, 15 Aug 2013 23:06:26 +0000 (16:06 -0700)
committerJohn Hoford <hoford@google.com>
Mon, 19 Aug 2013 16:04:00 +0000 (09:04 -0700)
commita4f38c0f8f70c998391780b672eea5d5e49277c7
treebcd3443ff8baf1404e60b120ebbd91766e828076
parent9c5d6700209699c3f1a47b6fa37618ddcd2f24c3
fix first draw bug

bug:8579593
Change-Id: Ifb4727fcf23b0696db14427f00aa2a911b4a367b
18 files changed:
res/drawable/filtershow_color_picker_circle.xml
res/layout/filtershow_color_picker.xml
res/layout/filtershow_control_color_chooser.xml [new file with mode: 0644]
res/layout/filtershow_control_style_chooser.xml
res/menu/filtershow_menu_draw.xml
res/values/filtershow_color.xml
res/values/filtershow_strings.xml
src/com/android/gallery3d/filtershow/colorpicker/ColorHueView.java
src/com/android/gallery3d/filtershow/colorpicker/ColorOpacityView.java
src/com/android/gallery3d/filtershow/colorpicker/ColorPickerDialog.java
src/com/android/gallery3d/filtershow/colorpicker/ColorSVRectView.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/ColorChooser.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/controller/ParameterColor.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/EditorDraw.java
src/com/android/gallery3d/filtershow/editors/ParametricEditor.java
src/com/android/gallery3d/filtershow/filters/FilterDrawRepresentation.java
src/com/android/gallery3d/filtershow/filters/ImageFilterDraw.java
src/com/android/gallery3d/filtershow/imageshow/ImageDraw.java