Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/input/tests/
H A DPointerController_test.cpp167 class MyLooper : public Looper { class in android::PointerControllerTest
169 MyLooper() : Looper(false) {} in MyLooper() function in android::PointerControllerTest::MyLooper
170 ~MyLooper() = default;
172 sp<MyLooper> mLooper;
177 mLooper(new MyLooper), mThread(&PointerControllerTest::loopThread, this) { in PointerControllerTest()