Home
last modified time | relevance | path

Searched refs:PLATFORM_VERSION_FIVE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp236 const static int32_t PLATFORM_VERSION_FIVE = 5; in IsPlatformFive() local
237 return context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE; in IsPlatformFive()
H A Drender_list_item.cpp122 const static int32_t PLATFORM_VERSION_FIVE = 5; in CalculateScaleFactorOnWatch() local
123 if (context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE) { in CalculateScaleFactorOnWatch()
H A Drender_list.cpp61 const static int32_t PLATFORM_VERSION_FIVE = 5; in Update() local
63 if (context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE) { in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp586 const static int32_t PLATFORM_VERSION_FIVE = 5; in IsPlatformFive() local
588 return context && context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE; in IsPlatformFive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp26 const static int32_t PLATFORM_VERSION_FIVE = 5; variable
80 useOldLayoutVersion_ = context->GetMinPlatformVersion() <= PLATFORM_VERSION_FIVE; in Update()