Home
last modified time | relevance | path

Searched refs:GetFocusAnimationColor (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp165 const Color& ButtonComponent::GetFocusAnimationColor() const in GetFocusAnimationColor() function in OHOS::Ace::ButtonComponent
167 return declaration_->GetFocusAnimationColor(); in GetFocusAnimationColor()
392 …updateType |= static_cast<uint32_t>(button->GetFocusAnimationColor() == declaration_->GetFocusAnim… in Compare()
H A Dbutton_component.h75 const Color& GetFocusAnimationColor() const;
H A Drender_button.cpp746 buttonComponent_->GetFocusAnimationColor(), GetGlobalOffset() - buttonOffset, true); in UpdateFocusAnimation()
750 buttonComponent_->GetFocusAnimationColor(), GetGlobalOffset() - buttonOffset); in UpdateFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_item_component.h58 const Color& GetFocusAnimationColor() const in GetFocusAnimationColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.h49 const Color& GetFocusAnimationColor() const in GetFocusAnimationColor() function
H A Drender_picker_value.cpp92 focusAnimationColor_ = option->GetFocusAnimationColor(); in HandleTextFocus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Dtab_bar_component.h133 const Color& GetFocusAnimationColor() const in GetFocusAnimationColor() function
H A Drender_tab_bar.cpp64 focusAnimationColor_ = tabBar->GetFocusAnimationColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_item_component.h102 const Color& GetFocusAnimationColor() const in GetFocusAnimationColor() function
H A Drender_list_item.cpp180 focusAnimationColor_ = item->GetFocusAnimationColor(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h243 const Color& GetFocusAnimationColor() const in GetFocusAnimationColor() function