Home
last modified time | relevance | path

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

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