Searched refs:TestEventInjectorView (Results 1 – 3 of 3) sorted by relevance
98 static TestEventInjectorView* clickView_;99 static TestEventInjectorView* dragView_;100 static TestEventInjectorView* longPressView_;101 static TestEventInjectorView* keyView_;109 TestEventInjectorView* EventInjectorTest::clickView_ = nullptr;110 TestEventInjectorView* EventInjectorTest::dragView_ = nullptr;112 TestEventInjectorView* EventInjectorTest::keyView_ = nullptr;160 clickView_ = new TestEventInjectorView(); in TestApp()163 longPressView_ = new TestEventInjectorView(); in TestApp()166 dragView_ = new TestEventInjectorView(); in TestApp()[all …]
31 class TestEventInjectorView; variable79 TestEventInjectorView* clickTestView_ = nullptr;80 TestEventInjectorView* dragTestView_ = nullptr;81 TestEventInjectorView* longPressTestView_ = nullptr;82 TestEventInjectorView* KeyEventTestView_ = nullptr;90 const char* btnTitle, UILabelButton* btn, TestEventInjectorView*& testView);
52 class TestEventInjectorView : public UIView, public RootView::OnKeyActListener { class54 TestEventInjectorView() : label_(nullptr) {} in TestEventInjectorView() function in OHOS::TestEventInjectorView55 virtual ~TestEventInjectorView() in ~TestEventInjectorView()285 TestEventInjectorView*& testView) in InnerTest()295 testView = new TestEventInjectorView(); in InnerTest()