Home
last modified time | relevance | path

Searched refs:PLATFORM_VERSION_SIX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/marquee/
H A Drender_marquee.cpp359 const static int32_t PLATFORM_VERSION_SIX = 6; in NeedMarquee() local
360 if (context->GetMinPlatformVersion() >= PLATFORM_VERSION_SIX) { in NeedMarquee()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box_base.cpp627 const static int32_t PLATFORM_VERSION_SIX = 6; in CalculateSelfLayoutSize() local
629 if (context && context->GetMinPlatformVersion() >= PLATFORM_VERSION_SIX) { in CalculateSelfLayoutSize()