Home
last modified time | relevance | path

Searched refs:UIAbstractScroll (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_abstract_scroll.cpp39 explicit BarEaseInOutAnimator(UIAbstractScroll& scrollView) in BarEaseInOutAnimator()
118 UIAbstractScroll& scrollView_;
125 UIAbstractScroll::UIAbstractScroll() in UIAbstractScroll() function in OHOS::UIAbstractScroll
151 UIAbstractScroll::~UIAbstractScroll() in ~UIAbstractScroll()
169 void UIAbstractScroll::MoveChildByOffset(int16_t offsetX, int16_t offsetY) in MoveChildByOffset()
184 int16_t UIAbstractScroll::GetMaxDelta() const in GetMaxDelta()
195 int16_t UIAbstractScroll::GetMaxRotate() const in GetMaxRotate()
206 void UIAbstractScroll
[all...]
H A Dui_scroll_view.cpp45 UIAbstractScroll::StopAnimator(); in OnDragEvent()
145 return UIAbstractScroll::OnRotateEndEvent(event); in OnRotateEndEvent()
250 UIAbstractScroll::MoveChildByOffset(offsetX, offsetY); in MoveOffset()
310 UIAbstractScroll::StopAnimator(); in StopAnimator()
H A Dui_list.cpp195 UIAbstractScroll::StopAnimator(); in OnDragEvent()
238 return UIAbstractScroll::OnRotateStartEvent(event); in OnRotateStartEvent()
244 return UIAbstractScroll::OnRotateEndEvent(event); in OnRotateEndEvent()
710 UIAbstractScroll::StopAnimator(); in StopAnimator()
804 UIAbstractScroll::SetXScrollBarVisible(visible); in SetXScrollBarVisible()
817 UIAbstractScroll::SetYScrollBarVisible(visible); in SetYScrollBarVisible()
H A Dui_swipe_view.cpp306 UIAbstractScroll::StopAnimator(); in StopAnimator()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_abstract_scroll.h53 class UIAbstractScroll : public UIViewGroup { class
56 * @brief A constructor used to create a <b>UIAbstractScroll</b> instance.
61 UIAbstractScroll();
64 * @brief A destructor used to delete the <b>UIAbstractScroll</b> instance.
69 virtual ~UIAbstractScroll();
H A Dui_scroll_view.h43 * @brief Supports horizontal or vertical scroll of child views. This class is inherited from {@link UIAbstractScroll}.
51 class UIScrollView : public UIAbstractScroll {
H A Dui_swipe_view.h51 * @see UIAbstractScroll
55 class UISwipeView : public UIAbstractScroll {
H A Dui_list.h174 class UIList : public UIAbstractScroll {

Completed in 6 milliseconds