Home
last modified time | relevance | path

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

/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraDeviceInfo.java125 if (!orientationIsValid(currentDisplayOrientation)) { in getRelativeImageOrientation()
183 if (!orientationIsValid(currentDisplayOrientation) || in getPreviewTransform()
198 protected static boolean orientationIsValid(int angle) { in orientationIsValid() method in CameraDeviceInfo.Characteristics
DAndroidCamera2AgentImpl.java1378 if (!orientationIsValid(currentDisplayOrientation)) { in getPreviewTransform()