Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.h64 static const char * const ATTR_DYNAMIC_STYLE; variable
H A Dapp_style_manager.cpp25 const char * const AppStyleManager::ATTR_DYNAMIC_STYLE = "dynamicStyle"; member in OHOS::ACELite::AppStyleManager
35 …icStyleStrValue_ = jerry_create_string(reinterpret_cast<const jerry_char_t *>(ATTR_DYNAMIC_STYLE)); in AppStyleManager()