Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/wrap/
H A Drender_wrap.cpp37 constexpr int32_t MIN_COMPATIBLE_VERSION = 6; variable
445 …bool applyNewOffset = context ? context->GetMinPlatformVersion() >= MIN_COMPATIBLE_VERSION : false; in LayoutWholeWrap()