/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_scroll_view/ |
H A D | ui_test_ui_scroll_view.cpp | 38 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 D | ui_test_ui_scroll_view.h | 43 UIScrollView* container_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_scroll_view.cpp | 25 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 D | ui_scroll_view_unit_test.cpp | 35 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 D | ui_test_input_event.h | 106 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 D | ui_test_input_event.cpp | 35 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 D | ui_rotate_input_unit_test.cpp | 45 UIScrollView* scroll = new UIScrollView(); 115 UIScrollView* scroll = new UIScrollView();
|
/ohos5.0/foundation/arkui/ui_lite/ |
H A D | changelog.md | 8 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 D | scroll_layer.cpp | 38 UIScrollView *ScrollLayer::AddScrollLayer(UIView &view) const in AddScrollLayer() 40 UIScrollView *scroll = new UIScrollView(); in AddScrollLayer()
|
H A D | scroll_layer.h | 37 UIScrollView *AddScrollLayer(UIView &view) const; 38 UIScrollView *scroll_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_scroll_view.h | 51 class UIScrollView : public UIAbstractScroll { 123 UIScrollView(); 131 virtual ~UIScrollView() {} in ~UIScrollView()
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-graphics-container-guide.md | 12 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 D | ui_test_button.h | 104 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 D | ui_test_rotate_input.h | 47 UIScrollView* container_ = nullptr; 49 UIScrollView* scroll_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_event_injector/ |
H A D | ui_test_event_injector.h | 64 UIScrollView* container_ = nullptr; 83 UIScrollView* scrollTestView_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/ |
H A D | ui_test_box_progress.h | 52 UIScrollView* container_ = nullptr; 53 UIScrollView* scroll_ = nullptr;
|
H A D | ui_test_circle_progress.h | 56 UIScrollView* container_ = nullptr; 57 UIScrollView* scroll_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_animator/ |
H A D | ui_test_animator.h | 96 UIScrollView* container_ = nullptr; 97 UIScrollView* scroll_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_slider/ |
H A D | ui_test_slider.h | 86 UIScrollView* container_ = nullptr; 87 UIScrollView* scroll_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_opacity/ |
H A D | ui_test_opacity.cpp | 49 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 D | ui_test_anti_aliasing.h | 50 UIScrollView* container_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_spannable_string/ |
H A D | ui_test_spannable_string.h | 62 UIScrollView *container_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_digital_clock/ |
H A D | ui_test_digital_clock.h | 43 UIScrollView* container_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_qrcode/ |
H A D | ui_test_qrcode.h | 44 UIScrollView* container_ = nullptr;
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_ui_list_view/ |
H A D | ui_test_list_layout.h | 41 UIScrollView* container_ = nullptr;
|