Home
last modified time | relevance | path

Searched defs:isRotated (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/data/
H A DVideoRotationMetadataLoader.java29 static boolean isRotated(FilmstripItem filmstripItem) { in isRotated() method in VideoRotationMetadataLoader
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/legacysplitscreen/
H A DLegacySplitScreenTransition.kt48 protected val isRotated = testSpec.config.startRotation.isRotated() regex
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/
H A DPipTransition.kt47 protected val isRotated = testSpec.config.startRotation.isRotated() regex
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/
H A DAppPairsTransition.kt53 protected val isRotated = testSpec.config.startRotation.isRotated() regex
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp14900 bool isRotated = (newStream->rotation != CAMERA3_STREAM_ROTATION_0); in validateStreamRotations() local
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp337 bool isRotated = (orientation == DISPLAY_ORIENTATION_90 in createDisplayViewport() local