Home
last modified time | relevance | path

Searched refs:UpdateItemStyle (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer_item.h34 void UpdateItemStyle();
74 UpdateItemStyle(); in SetFocused()
82 UpdateItemStyle(); in SetClicked()
H A Drender_indexer_item.cpp195 void RenderIndexerItem::UpdateItemStyle() in UpdateItemStyle() function in OHOS::Ace::V2::RenderIndexerItem
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer_item.h36 void UpdateItemStyle();
88 UpdateItemStyle(); in SetFocused()
96 UpdateItemStyle(); in SetClicked()
H A Drender_indexer_item.cpp90 UpdateItemStyle(); in PerformLayout()
242 void RenderIndexerItem::UpdateItemStyle() in UpdateItemStyle() function in OHOS::Ace::RenderIndexerItem
H A Drender_indexer_circle.cpp586 focusItem->UpdateItemStyle(); in SetIndexerItemStatus()
587 preFocusItem->UpdateItemStyle(); in SetIndexerItemStatus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtabs_element.cpp39 tabBarElement->GetTabBarComponent()->UpdateItemStyle(item); in PerformBuild()
H A Dtabs_helper.h201 tabBar->GetTabBarComponent()->UpdateItemStyle(newBarItemComponent); in AddTabBarElement()
239 tabBar->GetTabBarComponent()->UpdateItemStyle(newBarItemComponent); in UpdateTabBarElement()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.h176 void UpdateItemStyle(const RefPtr<TabBarItemComponent>& item);
H A Dtab_bar_component.cpp165 void TabBarComponent::UpdateItemStyle(const RefPtr<TabBarItemComponent>& item) in UpdateItemStyle() function in OHOS::Ace::TabBarComponent