Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputReader.h1272 int32_t hitBottom; member
1275 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom; in isHit()