Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java842 final float hitTop = offset + squareHeight * i; in getRowHit() local
843 if (y >= hitTop && y <= hitTop + hitSize) { in getRowHit()
/frameworks/native/services/inputflinger/
DInputReader.h1270 int32_t hitTop; member
1275 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom; in isHit()