Searched refs:SetUpTestview (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ui_lite/test/unittest/events/ |
H A D | event_bubble_unit_test.cpp | 89 static void SetUpTestview(TestEventBubbleView* testView, bool touchable, bool draggable); 185 SetUpTestview(clickView_, true, false); in TestApp() 188 SetUpTestview(longPressView_, true, false); in TestApp() 191 SetUpTestview(dragView_, true, true); in TestApp() 194 SetUpTestview(unTouchView_, false, false); in TestApp() 198 SetUpTestview(keyView_, true, false); in TestApp() 204 void EventBubbleTest::SetUpTestview(TestEventBubbleView* testView, bool touchable, bool draggable) in SetUpTestview() function in OHOS::EventBubbleTest
|
/foundation/arkui/ui_lite/test/unittest/dfx/ |
H A D | event_injector_unit_test.cpp | 90 static void SetUpTestview(TestEventInjectorView* testView, bool touchable, bool draggable); 161 SetUpTestview(clickView_, true, false); in TestApp() 164 SetUpTestview(longPressView_, true, false); in TestApp() 167 SetUpTestview(dragView_, true, true); in TestApp() 171 SetUpTestview(keyView_, true, false); in TestApp() 177 void EventInjectorTest::SetUpTestview(TestEventInjectorView* testView, bool touchable, bool draggable) in SetUpTestview() function in OHOS::EventInjectorTest
|
Completed in 3 milliseconds