Home
last modified time | relevance | path

Searched refs:childScroll (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_input_event/
H A Dui_test_input_event.cpp393 OHOS::TestUIScrollView* childScroll = new TestUIScrollView(); in InnerBubbleDragTest() local
395 childScroll->SetPosition(offset, offset, itemH2, itemH2); in InnerBubbleDragTest()
396 childScroll->SetThrowDrag(childDraggable); in InnerBubbleDragTest()
397 childScroll->SetDraggable(childDraggable); in InnerBubbleDragTest()
398 parentScroll->Add(childScroll); in InnerBubbleDragTest()
404 childScroll->Add(button1); in InnerBubbleDragTest()
410 childScroll->SetLabel(label1); in InnerBubbleDragTest()
432 childScroll->SetOnClickListener(clickListenerChild); in SetScrollsListeners()
439 childScroll->SetOnLongPressListener(longTouchListenerChild); in SetScrollsListeners()
448 childScroll->SetOnTouchListener(touchListenerChild); in SetScrollsListeners()
[all …]
H A Dui_test_input_event.h443 OHOS::UIScrollView* childScroll, UILabel* label1, UILabel* label2);