Searched refs:InnerBubbleTest (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 | 136 InnerBubbleTest("可点击有监听事件不消费冒泡测试 ", true, true, true, false); in UIKitPointerInputTestDispatchBubble001() 141 InnerBubbleTest("可点击有监听事件消费冒泡测试 ", true, true, true, true); in UIKitPointerInputTestDispatchBubble002() 146 InnerBubbleTest("可点击无监听事件不消费冒泡测试 ", true, true, false, false); in UIKitPointerInputTestDispatchBubble003() 151 InnerBubbleTest("不可点击有监听事件消费冒泡测试 ", false, false, true, true); in UIKitPointerInputTestDispatchBubble004() 289 void UITestInputEvent::InnerBubbleTest(const char* title, in InnerBubbleTest() function in OHOS::UITestInputEvent
|
H A D | ui_test_input_event.h | 434 …void InnerBubbleTest(const char* title, bool touchable, bool draggable, bool hasListener, bool isB…
|