Home
last modified time | relevance | path

Searched refs:HandleRotate (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.h53 void HandleRotate(double rotateValue, bool isVertical) override;
H A Drender_scroll.h187 virtual void HandleRotate(double rotateValue, bool isVertical);
H A Drender_multi_child_scroll.cpp768 HandleRotate(rotateValue, axis_ == Axis::VERTICAL); in OnRotation()
772 void RenderMultiChildScroll::HandleRotate(double rotateValue, bool isVertical) in HandleRotate() function in OHOS::Ace::RenderMultiChildScroll
H A Drender_scroll.cpp963 void RenderScroll::HandleRotate(double rotateValue, bool isVertical) in HandleRotate() function in OHOS::Ace::RenderScroll