Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp38 constexpr uint32_t GLOBAL_RESOURCE_ID_START = 0x1000000; variable
56 return resId >= GLOBAL_RESOURCE_ID_START; in IsGlobalResource()