Searched refs:InnerBubbleDragTest (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_input_event/ |
H A D | ui_test_input_event.cpp | 156 InnerBubbleDragTest("子父可拖拽有监听事件不消费冒泡测试 ", true, true, true, false); in UIKitPointerInputTestDispatchBubble005() 161 InnerBubbleDragTest("子父可拖拽有监听事件消费冒泡测试 ", true, true, true, true); in UIKitPointerInputTestDispatchBubble006() 166 InnerBubbleDragTest("子父可拖拽无监听事件消费冒泡测试 ", true, true, false, true); in UIKitPointerInputTestDispatchBubble007() 171 InnerBubbleDragTest("子父不可拖拽有监听事件消费冒泡测试 ", false, false, true, true); in UIKitPointerInputTestDispatchBubble008() 176 InnerBubbleDragTest("子不可拖拽父可拖拽有监听事件消费冒泡测试 ", false, true, true, true); in UIKitPointerInputTestDispatchBubble009() 181 InnerBubbleDragTest("子不可拖拽父可拖拽有监听事件不消费冒泡测试 ", false, true, true, false); in UIKitPointerInputTestDispatchBubble010() 365 void UITestInputEvent::InnerBubbleDragTest(const char* title, in InnerBubbleDragTest() function in OHOS::UITestInputEvent
|
H A D | ui_test_input_event.h | 435 void InnerBubbleDragTest(const char* title,
|