Searched refs:ApplyCommonStyle (Results 1 – 3 of 3) sorted by relevance
131 bool pressResult = ApplyCommonStyle(button_, style); in ApplyPrivateStyle()133 bool releaseResult = ApplyCommonStyle(button_, style); in ApplyPrivateStyle()
355 bool ApplyCommonStyle(UIView& view, const AppStyleItem *style);
548 return ApplyCommonStyle(*uiView, style); in ApplyStyle()572 bool Component::ApplyCommonStyle(UIView &view, const AppStyleItem *style) in ApplyCommonStyle() function in OHOS::ACELite::Component