Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp38 constexpr int32_t PLATFORM_VERSION_EIGHT = 8; variable
250 if (pipeline && pipeline->GetMinPlatformVersion() > PLATFORM_VERSION_EIGHT) { in BuildTitle()