Home
last modified time | relevance | path

Searched refs:HandleActionScroll (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.cpp134 rating->HandleActionScroll(true); in InitAccessibilityEventListener()
142 rating->HandleActionScroll(false); in InitAccessibilityEventListener()
169 void RenderRating::HandleActionScroll(bool isForward) in HandleActionScroll() function in OHOS::Ace::RenderRating
H A Drender_rating.h147 void HandleActionScroll(bool isForward);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp660 return list->HandleActionScroll(true); in UpdateAccessibilityAttr()
668 return list->HandleActionScroll(false); in UpdateAccessibilityAttr()
676 bool RenderList::HandleActionScroll(bool forward) in HandleActionScroll() function in OHOS::Ace::RenderList
H A Drender_list.h545 bool HandleActionScroll(bool forward);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.h298 bool HandleActionScroll(bool forward);
H A Drender_list.cpp2179 return list->HandleActionScroll(true); in UpdateAccessibilityAttr()
2187 return list->HandleActionScroll(false); in UpdateAccessibilityAttr()
2266 bool RenderList::HandleActionScroll(bool forward) in HandleActionScroll() function in OHOS::Ace::V2::RenderList