Home
last modified time | relevance | path

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

/aosp12/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A 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
H A DAndroidCamera2AgentImpl.java1378 if (!orientationIsValid(currentDisplayOrientation)) { in getPreviewTransform()