Searched refs:createEditor (Results 1 - 15 of 15) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DImageOnlyEditor.java45 public void createEditor(Context context, FrameLayout frameLayout) { method in class:ImageOnlyEditor
46 super.createEditor(context, frameLayout);
H A DEditorCurves.java48 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorCurves
49 super.createEditor(context, frameLayout);
H A DEditorRedEye.java44 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorRedEye
45 super.createEditor(context, frameLayout);
H A DEditorTinyPlanet.java37 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorTinyPlanet
38 super.createEditor(context, frameLayout);
H A DEditorMirror.java44 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorMirror
45 super.createEditor(context, frameLayout);
H A DEditorStraighten.java48 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorStraighten
49 super.createEditor(context, frameLayout);
H A DEditorRotate.java44 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorRotate
45 super.createEditor(context, frameLayout);
H A DEditorColorBorder.java79 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorColorBorder
81 super.createEditor(context, frameLayout);
H A DEditorCrop.java75 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorCrop
76 super.createEditor(context, frameLayout);
H A DEditorDraw.java111 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorDraw
113 super.createEditor(context, frameLayout);
H A DParametricEditor.java129 public void createEditor(Context context, FrameLayout frameLayout) { method in class:ParametricEditor
130 super.createEditor(context, frameLayout);
H A DEditorGrad.java64 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorGrad
65 super.createEditor(context, frameLayout);
H A DEditorVignette.java76 public void createEditor(Context context, FrameLayout frameLayout) { method in class:EditorVignette
77 super.createEditor(context, frameLayout);
H A DEditor.java143 public void createEditor(Context context, FrameLayout frameLayout) { method in class:Editor
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java47 editor.createEditor(mActivity, mContainer);

Completed in 599 milliseconds