Home
last modified time | relevance | path

Searched refs:ORIENTATION_LANDSCAPE (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_system_properties.cpp25 constexpr int32_t ORIENTATION_LANDSCAPE = 1; member
122 } else if (orientation == ORIENTATION_LANDSCAPE && orientation_ != DeviceOrientation::LANDSCAPE) { in SetDeviceOrientation()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dsystem_properties.cpp23 constexpr int32_t ORIENTATION_LANDSCAPE = 1; member
158 } else if (orientation == ORIENTATION_LANDSCAPE) { in InitDeviceInfo()
180 } else if (orientation == ORIENTATION_LANDSCAPE && orientation_ != DeviceOrientation::LANDSCAPE) { in SetDeviceOrientation()
H A Dresource_adapter_impl.cpp71 : Global::Resource::ORIENTATION::ORIENTATION_LANDSCAPE; in ConvertOrientation()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dsystem_properties.cpp54 constexpr int32_t ORIENTATION_LANDSCAPE = 1; member
598 } else if (newOrientation == ORIENTATION_LANDSCAPE && orientation_ != DeviceOrientation::LANDSCAPE) { in SetDeviceOrientation()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h52 constexpr int32_t ORIENTATION_LANDSCAPE = 2; member

Completed in 6 milliseconds