OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EditorRedEye
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorRedEye.java
30
public class
EditorRedEye
extends Editor {
31
public static int ID = R.id.
editorRedEye
;
32
private final String LOGTAG = "
EditorRedEye
";
35
public
EditorRedEye
() {
39
protected
EditorRedEye
(int id) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImagePoint.java
27
import com.android.gallery3d.filtershow.editors.
EditorRedEye
;
35
protected
EditorRedEye
mEditorRedEye;
82
public void setEditor(
EditorRedEye
editorRedEye
) {
83
mEditorRedEye =
editorRedEye
;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterRedEyeRepresentation.java
22
import com.android.gallery3d.filtershow.editors.
EditorRedEye
;
30
super("RedEye",R.string.redeye,
EditorRedEye
.ID);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
90
import com.android.gallery3d.filtershow.editors.
EditorRedEye
;
526
mEditorPlaceHolder.addEditor(new
EditorRedEye
());
[
all
...]
Completed in 61 milliseconds