Home
last modified time | relevance | path

Searched refs:UpdateContentScroll (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/
H A Drich_text_delegate.h63 void UpdateContentScroll(const int32_t x, const int32_t y);
H A Drich_text_delegate.cpp326 void RichTextDelegate::UpdateContentScroll(const int32_t x, const int32_t y) in UpdateContentScroll() function in OHOS::Ace::RichTextDelegate
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rich_text/
H A Drender_rich_text.cpp94 delegate_->UpdateContentScroll(0, currentScrollLength_); in ProcessMove()