Searched refs:mBottomWindow (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 4603 mBottomWindow = new FakeWindowHandle(mApplication, mDispatcher, "Bottom window", in SetUp() 4605 mBottomWindow->setFrame(Rect(0, 0, 100, 100)); in SetUp() 4607 mDispatcher->setInputWindows({{ADISPLAY_ID_DEFAULT, {mNoInputWindow, mBottomWindow}}}); in SetUp() 4613 sp<FakeWindowHandle> mBottomWindow; member in android::inputdispatcher::InputDispatcherMultiWindowOcclusionTests 4628 mBottomWindow->assertNoEvents(); in TEST_F() 4643 mDispatcher->setInputWindows({{ADISPLAY_ID_DEFAULT, {mNoInputWindow, mBottomWindow}}}); in TEST_F() 4653 mBottomWindow->assertNoEvents(); in TEST_F()
|