Home
last modified time | relevance | path

Searched refs:GetDeviceHeight (Results 1 - 13 of 13) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/media_query/
H A Dmedia_query_info.cpp94 json->Put("device-height", SystemProperties::GetDeviceHeight()); in GetMediaQueryJsonInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dtransparent_node_detector.cpp63 SystemProperties::GetDeviceHeight() * TRANSPARENT_NODE_SIZE_THRESHOLD || !root->IsContextTransparent()) { in PostCheckNodeTransparentTask()
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dsystem_properties.h135 static int32_t GetDeviceHeight() in GetDeviceHeight() function in OHOS::Ace::final
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp62 static_cast<double>(SystemProperties::GetDeviceHeight()) - safeAreaTop - safeAreaBottom); in InitWrapperRect()
407 deviceHeight = static_cast<double>(SystemProperties::GetDeviceHeight()); in GetTextMaxHeight()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dmagnifier_controller.cpp80 auto screenHeight = SystemProperties::GetDeviceHeight(); in UpdateMagnifierOffsetY()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_presentation_layout_algorithm.cpp454 int32_t deviceHeight = SystemProperties::GetDeviceHeight(); in SheetInSplitWindow()
H A Dsheet_presentation_pattern.cpp130 double deviceHeight = static_cast<double>(SystemProperties::GetDeviceHeight()); in GetSheetTopSafeArea()
182 double deviceHeight = static_cast<double>(SystemProperties::GetDeviceHeight()); in InitPageHeight()
H A Doverlay_manager.cpp5747 int32_t deviceHeight = SystemProperties::GetDeviceHeight(); in UpdatePixelMapScale()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp789 auto deviceHeight = SystemProperties::GetDeviceHeight(); in ModifyKeyboardHeight()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_presentation_test_ng.cpp1170 pipelineContext->displayWindowRectInfo_.height_ = SystemProperties::GetDeviceHeight(); in HWTEST_F()
1172 pipelineContext->displayWindowRectInfo_.height_ = SystemProperties::GetDeviceHeight() - 10.0f; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_view.cpp541 maxHeight = SystemProperties::GetDeviceHeight(); in GetPopupMaxWidthAndHeight()
H A Dbubble_layout_algorithm.cpp365 maxHeight = SystemProperties::GetDeviceHeight(); in GetPopupMaxWidthAndHeight()
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_container.cpp1819 std::to_string(SystemProperties::GetDeviceHeight())); in OnDumpInfo()

Completed in 37 milliseconds