Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_property.h69 float GetDefaultDensity();
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_property_test.cpp461 HWTEST_F(ScreenPropertyTest, GetDefaultDensity, Function | SmallTest | Level2)
467 ASSERT_EQ(property->GetDefaultDensity(), defaultDensity);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/screen/
H A Dscreen_pattern.cpp242 float density = screenSession_->GetScreenProperty().GetDefaultDensity(); in GetDensityInCurrentResolution()
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_property.cpp147 float ScreenProperty::GetDefaultDensity() in GetDefaultDensity() function in OHOS::Rosen::ScreenProperty
H A Dscreen_session.cpp249 displayInfo->SetDefaultVirtualPixelRatio(property_.GetDefaultDensity()); in ConvertToDisplayInfo()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp1631 defaultDensity = iter->second.GetDefaultDensity(); in CommonInitialize()