Searched refs:editorDraw (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorDrawTabletUI.java89 public EditorDrawTabletUI(EditorDraw editorDraw, Context context, LinearLayout lp) { argument
90 mEditorDraw = editorDraw;
91 mBasColors = editorDraw.mBasColors;
92 mBrushIcons = editorDraw.brushIcons;
H A DEditorColorBorderTabletUI.java88 public EditorColorBorderTabletUI(EditorColorBorder editorDraw, Context context, View base) { argument
89 mEditorDraw = editorDraw;
90 mBasColors = editorDraw.mBasColors;
H A DEditorDraw.java57 public static final int ID = R.id.editorDraw;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageDraw.java95 public void setEditor(EditorDraw editorDraw) { argument
96 mEditorDraw = editorDraw;

Completed in 419 milliseconds