Home
last modified time | relevance | path

Searched refs:BOTH (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterMirrorRepresentation.java41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B'); enumConstant
61 return BOTH; in fromValue()
117 if (mMirror == Mirror.BOTH in isHorizontal()
125 if (mMirror == Mirror.BOTH in isVertical()
138 mMirror = Mirror.BOTH; in cycle()
140 case BOTH: in cycle()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java234 } else if (type == Mirror.BOTH) { in concatMirrorMatrix()