Home
last modified time | relevance | path

Searched refs:ORIENTATION_LANDSCAPE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp23 constexpr int32_t ORIENTATION_LANDSCAPE = 1; variable
159 } else if (orientation == ORIENTATION_LANDSCAPE) { in InitDeviceInfo()
181 … } else if (orientation == ORIENTATION_LANDSCAPE && orientation_ != DeviceOrientation::LANDSCAPE) { in SetDeviceOrientation()
H A Dresource_adapter_impl.cpp71 … : Global::Resource::ORIENTATION::ORIENTATION_LANDSCAPE; in ConvertOrientation()
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp27 constexpr int32_t ORIENTATION_LANDSCAPE = 1; variable
124 … } else if (orientation == ORIENTATION_LANDSCAPE && orientation_ != DeviceOrientation::LANDSCAPE) { in SetDeviceOrientation()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp62 constexpr int32_t ORIENTATION_LANDSCAPE = 1; variable
607 …} else if (newOrientation == ORIENTATION_LANDSCAPE && orientation_ != DeviceOrientation::LANDSCAPE… in SetDeviceOrientation()
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dwidget_context.cpp54 const uint32_t ORIENTATION_LANDSCAPE = 1; variable
623 if (widgetRotatePara.orientation == ORIENTATION_LANDSCAPE) { in ProcessRotatePara()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h52 constexpr int32_t ORIENTATION_LANDSCAPE = 2; variable