OSDN Git Service

border UI editor
authorJohn Hoford <hoford@google.com>
Thu, 22 Aug 2013 21:38:19 +0000 (14:38 -0700)
committerJohn Hoford <hoford@google.com>
Thu, 22 Aug 2013 22:22:18 +0000 (15:22 -0700)
commit49798939f1bc58eaf5842bbc8bc5424284ab7930
tree1c46853c45ce2ad7f5a930b29c779f4365ec4028
parent73d0f42972c7c49a2589f2184f67e5a887007e7e
border UI editor

bug:9470514
Change-Id: I4d5cd91775c9b8742f847fd9a955f6f28e66cd38
15 files changed:
res/layout-land/filtershow_color_border_ui.xml [new file with mode: 0644]
res/menu/filtershow_menu_color_border.xml [new file with mode: 0644]
res/values/filtershow_ids.xml
res/values/filtershow_strings.xml
src/com/android/gallery3d/filtershow/FilterShowActivity.java
src/com/android/gallery3d/filtershow/controller/ParameterColor.java
src/com/android/gallery3d/filtershow/editors/EditorColorBorder.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/EditorColorBorderTabletUI.java [new file with mode: 0644]
src/com/android/gallery3d/filtershow/editors/EditorDraw.java
src/com/android/gallery3d/filtershow/filters/BaseFiltersManager.java
src/com/android/gallery3d/filtershow/filters/FilterColorBorderRepresentation.java
src/com/android/gallery3d/filtershow/filters/FilterDrawRepresentation.java
src/com/android/gallery3d/filtershow/filters/ImageFilterColorBorder.java [moved from src/com/android/gallery3d/filtershow/filters/ImageFilterParametricBorder.java with 51% similarity]
src/com/android/gallery3d/filtershow/pipeline/FilterEnvironment.java
src_pd/com/android/gallery3d/filtershow/editors/EditorManager.java