Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/tests/
DTestEventMatchers.h145 class WithDisplayIdMatcher {
148 explicit WithDisplayIdMatcher(ui::LogicalDisplayId displayId) : mDisplayId(displayId) {} in WithDisplayIdMatcher() function
170 inline WithDisplayIdMatcher WithDisplayId(ui::LogicalDisplayId displayId) { in WithDisplayId()
171 return WithDisplayIdMatcher(displayId); in WithDisplayId()