Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dinput_button_component.cpp131 bool pressResult = ApplyCommonStyle(button_, style); in ApplyPrivateStyle()
133 bool releaseResult = ApplyCommonStyle(button_, style); in ApplyPrivateStyle()
H A Dcomponent.h355 bool ApplyCommonStyle(UIView& view, const AppStyleItem *style);
H A Dcomponent.cpp548 return ApplyCommonStyle(*uiView, style); in ApplyStyle()
572 bool Component::ApplyCommonStyle(UIView &view, const AppStyleItem *style) in ApplyCommonStyle() function in OHOS::ACELite::Component