Searched refs:FLIP (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImageFlip.java27 import com.android.gallery3d.filtershow.imageshow.GeometryMetadata.FLIP;
34 private FLIP mNextFlip = FLIP.NONE;
73 FLIP flip = getLocalFlip();
76 flip = FLIP.HORIZONTAL;
79 flip = FLIP.NONE;
82 flip = FLIP.BOTH;
85 flip = FLIP.VERTICAL;
88 flip = FLIP.NONE;
95 FLIP fli
[all...]
H A DGeometryMetadata.java37 private FLIP mFlip = FLIP.NONE;
41 public enum FLIP { enum in class:GeometryMetadata
67 if (!mFlip.equals(FLIP.NONE)) {
116 public FLIP getFlipType() {
128 public void setFlipType(FLIP flip) {
214 public static Matrix getFlipMatrix(float width, float height, FLIP type) {
215 if (type == FLIP.HORIZONTAL) {
217 } else if (type == FLIP.VERTICAL) {
219 } else if (type == FLIP
[all...]
H A DImageGeometry.java32 import com.android.gallery3d.filtershow.imageshow.GeometryMetadata.FLIP;
134 setLocalFlip(FLIP.NONE);
208 protected FLIP getLocalFlip() {
212 protected void setLocalFlip(FLIP flip) {

Completed in 53 milliseconds