Home
last modified time | relevance | path

Searched refs:ShowFocusAnimation (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp407 ShowFocusAnimation(focus, Rect(0.0, 0.0, 0.0, 0.0)); in ResetFocusEffect()
493 void RenderListItem::ShowFocusAnimation(bool focus, const Rect& listRect, double scale) in ResetFocusEffect() function in OHOS::Ace::RenderListItem
506 … context->ShowFocusAnimation(focusAnimationRRect_, focusAnimationColor_, globalOffset, listRect); in ResetFocusEffect()
509 context->ShowFocusAnimation(focusAnimationRRect_, focusAnimationColor_, globalOffset); in ResetFocusEffect()
H A Drender_list_item_group.h46 void ShowFocusAnimation();
H A Drender_list_item_group.cpp651 void RenderListItemGroup::ShowFocusAnimation() in ShowFocusAnimation() function in OHOS::Ace::RenderListItemGroup
658 focusItem->ShowFocusAnimation(true, Rect(0.0, 0.0, 0.0, 0.0)); in ShowFocusAnimation()
668 focusItem->ShowFocusAnimation(true, Rect(0.0, 0.0, 0.0, 0.0)); in ShowFocusAnimation()
H A Drender_list_item.h46 void ShowFocusAnimation(bool focus, const Rect& listRect, double scale = TV_ITEM_SCALE);
H A Dlist_layout_manager.cpp504 focusItemGroup->ShowFocusAnimation(); in ShowItemFocusAnimation()
506 … focusItem->ShowFocusAnimation(true, Rect(renderList_.GetGlobalOffset(), viewPort_)); in ShowItemFocusAnimation()
H A Dgrid_layout_manager.cpp490 focusItem->ShowFocusAnimation(true, Rect(renderList_.GetGlobalOffset(), viewPort_)); in ShowItemFocusAnimation()
H A Drosen_render_list_item.cpp100 ShowFocusAnimation(IsFocused(), Rect(0.0, 0.0, 0.0, 0.0), scale_); in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp337 pipeline->ShowFocusAnimation( in UpdatePhoneFocus()
375 pipeline->ShowFocusAnimation( in UpdateFocus()
397 pipeline->ShowFocusAnimation( in RefreshFocus()
H A Drender_picker_value.cpp131 pipeline->ShowFocusAnimation(rrect, focusAnimationColor_, box->GetGlobalOffset()); in HandleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/piece/
H A Drender_piece.cpp70 context->ShowFocusAnimation(rrect, Color::BLUE, globalOffset); in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Drender_tool_bar_item.cpp183 …context->ShowFocusAnimation(RRect::MakeRRect(animationRect, radius), focusColor_, animationOffset); in RequestFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Drender_checkable.cpp319 …context->ShowFocusAnimation(RRect::MakeRRect(Rect(Offset(), focusSize), borderRadius, borderRadius… in RequestFocusBorder()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/search/
H A Drosen_render_search.cpp134 context->ShowFocusAnimation(rrect, Color::BLUE, GetGlobalOffset() + offset); in Paint()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp137 context->ShowFocusAnimation(RRect::MakeRRect(Rect(Offset(0, 0), toggleSize_), Radius(radius)), in UpdateFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.cpp745 … context->ShowFocusAnimation(RRect::MakeRRect(Rect(Offset(0, 0), layoutSize), Radius(radius)), in UpdateFocusAnimation()
749 context->ShowFocusAnimation(RRect::MakeRRect(Rect(Offset(0, 0), layoutSize), Radius(radius)), in UpdateFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/slider/
H A Drender_slider.cpp142 context->ShowFocusAnimation( in HandleFocus()
148 context->ShowFocusAnimation( in HandleFocus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.cpp687 … context->ShowFocusAnimation(RRect::MakeRRect(Rect(Offset(0, 0), indicator_->GetLayoutSize()), in OnPaintFinish()
704 context->ShowFocusAnimation( in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_element.cpp378 pipe->ShowFocusAnimation(rrect, data->GetClickedColor(), offset, true); in OnFocus()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.h315 void ShowFocusAnimation(
318 …void ShowFocusAnimation(const RRect& rrect, const Color& color, const Offset& offset, const Rect& …
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drender_drag_bar.cpp421 context->ShowFocusAnimation(rrect, Color::BLUE, globalOffset); in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Drender_indexer.cpp512 context->ShowFocusAnimation( in HandleFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.cpp550 …context->ShowFocusAnimation(RRect::MakeRRect(Rect(Offset(), size - Size(focusPadding, focusPadding… in HandleFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp661 pipeline->ShowFocusAnimation( in OnPaintFinish()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp265 …context->ShowFocusAnimation(RRect::MakeRRect(Rect(Offset(), animationSize), borderRadius, borderRa… in RequestFocusAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp1004 context->ShowFocusAnimation(RRect::MakeRRect(Rect(offset, layoutSize), radius), in UpdateButtonFocus()

12