OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImageMirror
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageMirror.java
29
public class
ImageMirror
extends ImageShow {
30
private static final String TAG =
ImageMirror
.class.getSimpleName();
35
public
ImageMirror
(Context context, AttributeSet attrs) {
39
public
ImageMirror
(Context context) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorMirror.java
30
import com.android.gallery3d.filtershow.imageshow.
ImageMirror
;
36
ImageMirror
mImageMirror;
47
mImageMirror = new
ImageMirror
(context);
Completed in 107 milliseconds