Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.h41 void ApplySingleStyle(AppStyle &appStyle, Component &curr);
H A Dapp_style_manager.cpp342 void AppStyleManager::ApplySingleStyle(AppStyle &appStyle, Component &curr) in ApplySingleStyle() argument
345 const AppStyleItem *styleItem = appStyle.GetFirst(); in ApplySingleStyle()