Searched refs:obscuringSurface (Results 1 – 1 of 1) sorted by relevance
972 std::unique_ptr<InputSurface> obscuringSurface = makeSurface(100, 100); in TEST_F() local973 obscuringSurface->mInputInfo.setInputConfig(WindowInfo::InputConfig::NOT_TOUCHABLE, true); in TEST_F()974 obscuringSurface->mInputInfo.ownerUid = gui::Uid{22222}; in TEST_F()975 obscuringSurface->showAt(100, 100); in TEST_F()991 std::unique_ptr<InputSurface> obscuringSurface = makeSurface(100, 100); in TEST_F() local992 obscuringSurface->mInputInfo.setInputConfig(WindowInfo::InputConfig::NOT_TOUCHABLE, true); in TEST_F()993 obscuringSurface->mInputInfo.ownerUid = gui::Uid{22222}; in TEST_F()994 obscuringSurface->showAt(190, 190); in TEST_F()