Searched refs:EditorColorBorder (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src_pd/com/android/gallery3d/filtershow/editors/
H A DEditorManager.java34 editorPlaceHolder.addEditor(new EditorColorBorder());
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterColorBorderRepresentation.java27 import com.android.gallery3d.filtershow.editors.EditorColorBorder;
59 setEditorId(EditorColorBorder.ID);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorColorBorder.java45 public class EditorColorBorder extends ParametricEditor { class in inherits:ParametricEditor
46 private static final String LOGTAG = "EditorColorBorder";
60 public EditorColorBorder() { method in class:EditorColorBorder
H A DEditorColorBorderTabletUI.java44 private EditorColorBorder mEditorDraw;
88 public EditorColorBorderTabletUI(EditorColorBorder editorDraw, Context context, View base) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java83 import com.android.gallery3d.filtershow.editors.EditorColorBorder;
522 mEditorPlaceHolder.addEditor(new EditorColorBorder());

Completed in 80 milliseconds