Home
last modified time | relevance | path

Searched refs:GetDeviceHeight (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.cpp94 json->Put("device-height", SystemProperties::GetDeviceHeight()); in GetMediaQueryJsonInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp256 rootHeight = Dimension(static_cast<double>(SystemProperties::GetDeviceHeight())); in GetBottomValue()
496 deviceHeight = static_cast<double>(SystemProperties::GetDeviceHeight()); in GetTextMaxHeight()
573 static_cast<float>(SystemProperties::GetDeviceHeight()) in GetSystemTopMostSubwindowSize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h129 static int32_t GetDeviceHeight() in GetDeviceHeight() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_layout_algorithm.cpp512 int32_t deviceHeight = SystemProperties::GetDeviceHeight(); in SheetInSplitWindow()
H A Dsheet_presentation_pattern.cpp131 double deviceHeight = static_cast<double>(SystemProperties::GetDeviceHeight()); in GetSheetTopSafeArea()
170 double deviceHeight = static_cast<double>(SystemProperties::GetDeviceHeight()); in InitPageHeight()
H A Doverlay_manager.cpp5724 int32_t deviceHeight = SystemProperties::GetDeviceHeight(); in UpdatePixelMapScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp784 auto deviceHeight = SystemProperties::GetDeviceHeight(); in ModifyKeyboardHeight()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_coverage_test_ng.cpp1531 pipelineContext->displayWindowRectInfo_.height_ = SystemProperties::GetDeviceHeight();
1533 pipelineContext->displayWindowRectInfo_.height_ = SystemProperties::GetDeviceHeight() - 10.0f;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp534 maxHeight = SystemProperties::GetDeviceHeight(); in GetPopupMaxWidthAndHeight()
H A Dbubble_layout_algorithm.cpp360 maxHeight = SystemProperties::GetDeviceHeight(); in GetPopupMaxWidthAndHeight()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1824 std::to_string(SystemProperties::GetDeviceHeight())); in OnDumpInfo()