Searched refs:IsOutOfBottomBoundary (Results 1 – 4 of 4) sorted by relevance
79 bool IsOutOfBottomBoundary() override;
211 virtual bool IsOutOfBottomBoundary();
873 listBase->NotifyScrollOver(velocity, IsOutOfTopBoundary(), IsOutOfBottomBoundary()); in ProcessScrollOverCallback()945 bool RenderMultiChildScroll::IsOutOfBottomBoundary() in IsOutOfBottomBoundary() function in OHOS::Ace::RenderMultiChildScroll
358 bool RenderScroll::IsOutOfBottomBoundary() in IsOutOfBottomBoundary() function in OHOS::Ace::RenderScroll371 return (IsOutOfTopBoundary() || IsOutOfBottomBoundary()); in IsOutOfBoundary()