Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DFakePointerController.cpp81 mDisplaysToSkipScreenshot.insert(displayId); in setSkipScreenshotFlagForDisplay()
86 mDisplaysToSkipScreenshot.clear(); in clearSkipScreenshotFlags()
131 ASSERT_TRUE(mDisplaysToSkipScreenshot.find(displayId) != mDisplaysToSkipScreenshot.end()); in assertIsSkipScreenshotFlagSet()
135 ASSERT_TRUE(mDisplaysToSkipScreenshot.find(displayId) == mDisplaysToSkipScreenshot.end()); in assertIsSkipScreenshotFlagNotSet()
DFakePointerController.h86 std::unordered_set<ui::LogicalDisplayId> mDisplaysToSkipScreenshot; variable