Searched refs:UpdateContentScroll (Results 1 – 3 of 3) sorted by relevance
63 void UpdateContentScroll(const int32_t x, const int32_t y);
326 void RichTextDelegate::UpdateContentScroll(const int32_t x, const int32_t y) in UpdateContentScroll() function in OHOS::Ace::RichTextDelegate
94 delegate_->UpdateContentScroll(0, currentScrollLength_); in ProcessMove()