Home
last modified time | relevance | path

Searched refs:ASPECT_RATIO (Results 1 – 12 of 12) sorted by relevance

/foundation/window/window_manager/window_scene/session/host/include/
Dscene_persistent_storage.h30 ASPECT_RATIO, enumerator
50 case ScenePersistentStorageType::ASPECT_RATIO: { in Insert()
77 case ScenePersistentStorageType::ASPECT_RATIO: { in Get()
/foundation/window/window_manager/utils/include/
Dpersistent_storage.h42 case PersistentStorageType::ASPECT_RATIO: { in Insert()
69 case PersistentStorageType::ASPECT_RATIO: { in Get()
Dwm_common_inner.h183 ASPECT_RATIO, enumerator
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
Dcondition_arbitrator.cpp126 case ConditionName::ASPECT_RATIO: // fall through in JudgeConditionAction()
180 case ConditionName::ASPECT_RATIO: // fall through in JudgeConditionByNumberValue()
234 case ConditionName::ASPECT_RATIO: // fall through in CompareFloatDimension()
254 case ConditionName::ASPECT_RATIO: { in CompareAspectRatio()
284 {"aspect-ratio", ConditionName::ASPECT_RATIO}, in GetConditionName()
Dcondition_arbitrator.h33 ASPECT_RATIO, enumerator
/foundation/window/window_manager/utils/src/
Dpersistent_storage.cpp24 …{ PersistentStorageType::ASPECT_RATIO, "/data/service/el1/public/window/window_aspect_ratio.xml" },
/foundation/window/window_manager/window_scene/session/host/src/
Dscene_persistent_storage.cpp75 { ScenePersistentStorageType::ASPECT_RATIO, saveDir_ + "/session_window_aspect_ratio" }, in InitDir()
Dscene_session.cpp54 if (ScenePersistentStorage::HasKey(key, ScenePersistentStorageType::ASPECT_RATIO)) { in SceneSession()
55 … ScenePersistentStorage::Get(key, aspectRatio_, ScenePersistentStorageType::ASPECT_RATIO); in SceneSession()
598 ScenePersistentStorage::Insert(key, ratio, ScenePersistentStorageType::ASPECT_RATIO); in SaveAspectRatio()
/foundation/arkui/ace_engine/frameworks/core/components/box/
Dbox_component.h35 ASPECT_RATIO, enumerator
Drender_box.cpp1714 case BoxStateAttribute::ASPECT_RATIO: { in OnStatusStyleChanged()
/foundation/window/window_manager/wmserver/src/
Dwindow_layout_policy.cpp770 if (PersistentStorage::HasKey(keyName, PersistentStorageType::ASPECT_RATIO)) { in GetStoragedAspectRatio()
772 PersistentStorage::Get(keyName, ratio, PersistentStorageType::ASPECT_RATIO); in GetStoragedAspectRatio()
Dwindow_controller.cpp1619 if (PersistentStorage::HasKey(keyName, PersistentStorageType::ASPECT_RATIO)) { in SetAspectRatio()
1620 PersistentStorage::Delete(keyName, PersistentStorageType::ASPECT_RATIO); in SetAspectRatio()
1624 PersistentStorage::Insert(keyName, ratio, PersistentStorageType::ASPECT_RATIO); in SetAspectRatio()