Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1701 enum class TouchIntegrationTestDisplays { DISPLAY_INTERNAL, DISPLAY_INPUT_PORT, DISPLAY_UNIQUE_ID }; enum
1704 public testing::WithParamInterface<TouchIntegrationTestDisplays> {
1713 if (GetParam() == TouchIntegrationTestDisplays::DISPLAY_INTERNAL) { in SetUp()
1720 GetParam() == TouchIntegrationTestDisplays::DISPLAY_INPUT_PORT; in SetUp()
2099 testing::Values(TouchIntegrationTestDisplays::DISPLAY_INTERNAL,
2100 TouchIntegrationTestDisplays::DISPLAY_INPUT_PORT,
2101 TouchIntegrationTestDisplays::DISPLAY_UNIQUE_ID));