Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h140 bool GetDefaultDensityEnabled() override;
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test2.cpp1017 ASSERT_EQ(true, window->GetDefaultDensityEnabled());
1094 ASSERT_EQ(true, window->GetDefaultDensityEnabled());
1107 ASSERT_EQ(false, window->GetDefaultDensityEnabled());
H A Dwindow_test.cpp2600 ASSERT_EQ(false, window->GetDefaultDensityEnabled());
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow.h299 virtual bool GetDefaultDensityEnabled() { return false; } in GetDefaultDensityEnabled() function
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2125 virtual bool GetDefaultDensityEnabled() { return false; } in GetDefaultDensityEnabled() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_scene_session_impl.cpp3959 bool WindowSceneSessionImpl::GetDefaultDensityEnabled() in GetDefaultDensityEnabled() function in OHOS::Rosen::WindowSceneSessionImpl
3973 isDefaultDensityEnabled = GetDefaultDensityEnabled(); in GetVirtualPixelRatio()
3977 isDefaultDensityEnabled = mainWindow->GetDefaultDensityEnabled(); in GetVirtualPixelRatio()