Searched refs:ORIENTATION_90 (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/services/camera/virtualcamera/aidl/android/companion/virtualcamera/ |
D | SensorOrientation.aidl | 27 ORIENTATION_90 = 90, enumConstant
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlingerProperties.cpp | 168 case SurfaceFlingerProperties::primary_display_orientation_values::ORIENTATION_90: in primary_display_orientation() 169 configDefault = DisplayOrientation::ORIENTATION_90; in primary_display_orientation() 186 case DisplayOrientation::ORIENTATION_90: in primary_display_orientation() 187 return SurfaceFlingerProperties::primary_display_orientation_values::ORIENTATION_90; in primary_display_orientation()
|
D | SurfaceFlinger.cpp | 3086 case Values::ORIENTATION_90: in getPhysicalDisplayOrientation()
|
/frameworks/native/services/surfaceflinger/sysprop/api/ |
D | SurfaceFlingerProperties-latest.txt | 88 enum_values: "ORIENTATION_0|ORIENTATION_90|ORIENTATION_180|ORIENTATION_270"
|
D | SurfaceFlingerProperties-current.txt | 118 enum_values: "ORIENTATION_0|ORIENTATION_90|ORIENTATION_180|ORIENTATION_270"
|
/frameworks/av/services/camera/virtualcamera/ |
D | VirtualCameraService.cc | 122 configuration.sensorOrientation != SensorOrientation::ORIENTATION_90 && in validateConfiguration() 454 sensorOrientation = SensorOrientation::ORIENTATION_90; in enableTestCameraCmd()
|
/frameworks/proto_logging/stats/enums/hardware/biometrics/ |
D | enums.proto | 83 ORIENTATION_90 = 2; enumerator
|
/frameworks/base/services/core/java/com/android/server/biometrics/log/ |
D | BiometricFrameworkStatsLogger.java | 273 return BiometricsProtoEnums.ORIENTATION_90; in orientationType()
|
/frameworks/native/services/surfaceflinger/sysprop/ |
D | SurfaceFlingerProperties.sysprop | 193 enum_values: "ORIENTATION_0|ORIENTATION_90|ORIENTATION_180|ORIENTATION_270"
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 6539 ORIENTATION_90 = ui::toRotationInt(ui::ROTATION_90), in TEST_P() enumerator 6544 using Orientation::ORIENTATION_0, Orientation::ORIENTATION_90, Orientation::ORIENTATION_180, in TEST_P() 6548 {ORIENTATION_90, {{{0, 479.5}, {0, 0}, {799.75, 0}, {799.75, 479.5}}}}, in TEST_P() 6567 touchscreenOrientation == ORIENTATION_90 || touchscreenOrientation == ORIENTATION_270; in TEST_P()
|