Searched refs:UpdateIconLayout (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/app_bar/ |
H A D | atomic_service_pattern.cpp | 308 UpdateIconLayout(theme, menuIcon, !isRtl); in UpdateLayout() 310 UpdateIconLayout(theme, closeIcon, isRtl); in UpdateLayout() 356 void AtomicServicePattern::UpdateIconLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& icon, bo… in UpdateIconLayout() function in OHOS::Ace::NG::AtomicServicePattern
|
H A D | atomic_service_pattern.h | 56 void UpdateIconLayout(RefPtr<AppBarTheme>& theme, RefPtr<FrameNode>& icon, bool isLeft);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/app_bar/ |
H A D | app_bar_test_ng.cpp | 326 pattern->UpdateIconLayout(theme, icon, true); 330 pattern->UpdateIconLayout(theme, icon, false);
|