Home
last modified time | relevance | path

Searched refs:UIScrollView (Results 1 – 25 of 111) sorted by relevance

12345

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/
H A Dui_test_ui_scroll_view.cpp38 class TestOnScrollListener : public UIScrollView::OnScrollListener {
57 container_ = new UIScrollView(); in SetUp()
115 UIScrollView* scroll = new UIScrollView(); in UIKitUIScrollViewTestbar001()
142 UIScrollView* scroll = new UIScrollView(); in UIKitUIScrollViewTestbar002()
167 UIScrollView* scroll = new UIScrollView(); in UIKitUIScrollViewTestbar003()
197 UIScrollView* scroll = new UIScrollView(); in UIKitUIScrollViewTestbar004()
223 UIScrollView* scroll = new UIScrollView(); in UIKitUIScrollViewTestScrollableSet001()
252 UIScrollView* scroll = new UIScrollView(); in UIKitUIScrollViewTestScrollableSet002()
280 UIScrollView* scroll = new UIScrollView(); in UIKitUIScrollViewTestScrollBlankSet001()
308 UIScrollView* scroll = new UIScrollView(); in UIKitUIScrollViewTestScrolllistener001()
H A Dui_test_ui_scroll_view.h43 UIScrollView* container_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_scroll_view.cpp25 UIScrollView::UIScrollView() : scrollListener_(nullptr) in UIScrollView() function in OHOS::UIScrollView
42 bool UIScrollView::OnDragEvent(const DragEvent& event) in OnDragEvent()
51 bool UIScrollView::OnDragEndEvent(const DragEvent& event) in OnDragEndEvent()
69 void UIScrollView::Drag(const DragEvent& event) in Drag()
83 bool UIScrollView::OnPressEvent(const PressEvent& event) in OnPressEvent()
90 bool UIScrollView::OnRotateEvent(const RotateEvent& event) in OnRotateEvent()
140 bool UIScrollView::OnRotateEndEvent(const RotateEvent& event) in OnRotateEndEvent()
178 bool UIScrollView::DragXInner(int16_t distance) in DragXInner()
210 bool UIScrollView::DragYInner(int16_t distance) in DragYInner()
260 void UIScrollView::RefreshScrollBar() in RefreshScrollBar()
[all …]
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_scroll_view_unit_test.cpp35 static UIScrollView* scrollView_;
38 UIScrollView* ScrollViewTest::scrollView_ = nullptr;
43 scrollView_ = new UIScrollView(); in SetUpTestCase()
63 UIScrollView::OnScrollListener* scrollListener = new UIScrollView::OnScrollListener();
68 uint8_t state = UIScrollView::OnScrollListener::SCROLL_STATE_MOVE;
72 state = UIScrollView::OnScrollListener::SCROLL_STATE_STOP;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.h106 class TestUIScrollView : public UIScrollView {
125 return UIScrollView::OnDragEvent(event); in OnDragEvent()
134 return UIScrollView::OnDragStartEvent(event); in OnDragStartEvent()
143 return UIScrollView::OnDragEndEvent(event); in OnDragEndEvent()
431 UIScrollView* container_ = nullptr;
440 void SetViewAndContainerListeners(bool isBubble, OHOS::UIScrollView* parentContainer,
442 void SetScrollsListeners(bool isBubble, OHOS::UIScrollView* parentScroll,
443 OHOS::UIScrollView* childScroll, UILabel* label1, UILabel* label2);
H A Dui_test_input_event.cpp35 container_ = new UIScrollView(); in SetUp()
306 OHOS::UIScrollView* parentContainer = new UIScrollView(); in InnerBubbleTest()
338 void UITestInputEvent::SetViewAndContainerListeners(bool isBubble, OHOS::UIScrollView* parentContai… in SetViewAndContainerListeners()
425 void UITestInputEvent::SetScrollsListeners(bool isBubble, OHOS::UIScrollView* parentScroll, in SetScrollsListeners()
426 … OHOS::UIScrollView* childScroll, UILabel* label1, UILabel* label2) in SetScrollsListeners()
/ohos5.0/foundation/arkui/ui_lite/test/unittest/rotate/
H A Dui_rotate_input_unit_test.cpp45 UIScrollView* scroll = new UIScrollView();
115 UIScrollView* scroll = new UIScrollView();
/ohos5.0/foundation/arkui/ui_lite/
H A Dchangelog.md8 4. 组件UIScrollView/UIList新增进度条功能
32 4. 组件UIScrollView/UIList新增进度条功能,接口变更如下:
36 | void UIScrollView::SetScrollbarWidth(uint8_t width) |
37 | void UIScrollView::RefreshScrollBar() |
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dscroll_layer.cpp38 UIScrollView *ScrollLayer::AddScrollLayer(UIView &view) const in AddScrollLayer()
40 UIScrollView *scroll = new UIScrollView(); in AddScrollLayer()
H A Dscroll_layer.h37 UIScrollView *AddScrollLayer(UIView &view) const;
38 UIScrollView *scroll_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_scroll_view.h51 class UIScrollView : public UIAbstractScroll {
123 UIScrollView();
131 virtual ~UIScrollView() {} in ~UIScrollView()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-container-guide.md12 RootView、UIAbstractScroll、UIPicker组件从UIViewGroup继承,UIList、UIScrollView、UISwipeView组件从UIAbstractScro…
92 ## UIScrollView section
97 UIScrollView提供可滑动的容器类组件,子组件可在触摸事件驱动下上下、左右滑动,并提供水平和垂直方向的游标显示功能。
128 scrollView* scroll = new UIScrollView();
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_button/
H A Dui_test_button.h104 void UIKitButtonTest002(UIScrollView* container, UIButton* button);
113 void EnableAnimator(UIScrollView* container, UIButton* button);
118 UIScrollView* container_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_rotate_input/
H A Dui_test_rotate_input.h47 UIScrollView* container_ = nullptr;
49 UIScrollView* scroll_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/
H A Dui_test_event_injector.h64 UIScrollView* container_ = nullptr;
83 UIScrollView* scrollTestView_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_box_progress.h52 UIScrollView* container_ = nullptr;
53 UIScrollView* scroll_ = nullptr;
H A Dui_test_circle_progress.h56 UIScrollView* container_ = nullptr;
57 UIScrollView* scroll_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_animator/
H A Dui_test_animator.h96 UIScrollView* container_ = nullptr;
97 UIScrollView* scroll_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_slider/
H A Dui_test_slider.h86 UIScrollView* container_ = nullptr;
87 UIScrollView* scroll_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/
H A Dui_test_opacity.cpp49 container_ = new UIScrollView(); in SetUp()
420 UIScrollView* group1 = new UIScrollView(); in UIKitOpacityTestUIScrollView001()
423 UIScrollView* group2 = new UIScrollView(); in UIKitOpacityTestUIScrollView001()
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_anti_aliasing/
H A Dui_test_anti_aliasing.h50 UIScrollView* container_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_spannable_string/
H A Dui_test_spannable_string.h62 UIScrollView *container_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_digital_clock/
H A Dui_test_digital_clock.h43 UIScrollView* container_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_qrcode/
H A Dui_test_qrcode.h44 UIScrollView* container_ = nullptr;
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_list_view/
H A Dui_test_list_layout.h41 UIScrollView* container_ = nullptr;

12345