Searched refs:ASPECT_RATIO (Results 1 – 12 of 12) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/include/ |
D | scene_persistent_storage.h | 30 ASPECT_RATIO, enumerator 50 case ScenePersistentStorageType::ASPECT_RATIO: { in Insert() 77 case ScenePersistentStorageType::ASPECT_RATIO: { in Get()
|
/foundation/window/window_manager/utils/include/ |
D | persistent_storage.h | 42 case PersistentStorageType::ASPECT_RATIO: { in Insert() 69 case PersistentStorageType::ASPECT_RATIO: { in Get()
|
D | wm_common_inner.h | 183 ASPECT_RATIO, enumerator
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/ |
D | condition_arbitrator.cpp | 126 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()
|
D | condition_arbitrator.h | 33 ASPECT_RATIO, enumerator
|
/foundation/window/window_manager/utils/src/ |
D | persistent_storage.cpp | 24 …{ PersistentStorageType::ASPECT_RATIO, "/data/service/el1/public/window/window_aspect_ratio.xml" },
|
/foundation/window/window_manager/window_scene/session/host/src/ |
D | scene_persistent_storage.cpp | 75 { ScenePersistentStorageType::ASPECT_RATIO, saveDir_ + "/session_window_aspect_ratio" }, in InitDir()
|
D | scene_session.cpp | 54 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/ |
D | box_component.h | 35 ASPECT_RATIO, enumerator
|
D | render_box.cpp | 1714 case BoxStateAttribute::ASPECT_RATIO: { in OnStatusStyleChanged()
|
/foundation/window/window_manager/wmserver/src/ |
D | window_layout_policy.cpp | 770 if (PersistentStorage::HasKey(keyName, PersistentStorageType::ASPECT_RATIO)) { in GetStoragedAspectRatio() 772 PersistentStorage::Get(keyName, ratio, PersistentStorageType::ASPECT_RATIO); in GetStoragedAspectRatio()
|
D | window_controller.cpp | 1619 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()
|