Searched refs:hitTop (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java591 final float hitTop = offset + squareHeight * i;
592 if (y >= hitTop && y <= hitTop + hitSize) {
/frameworks/base/services/input/
H A DInputReader.h1167 int32_t hitTop; member in struct:android::TouchInputMapper::VirtualKey
1172 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom;
H A DInputReader.cpp3324 virtualKey.hitTop = (virtualKeyDefinition.centerY - halfHeight)
3338 "hitLeft=%d, hitRight=%d, hitTop=%d, hitBottom=%d\n",
3341 virtualKey.hitTop, virtualKey.hitBottom);
5556 virtualKey.hitLeft, virtualKey.hitTop,

Completed in 85 milliseconds