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

/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java665 final float hitTop = offset + squareHeight * i;
666 if (y >= hitTop && y <= hitTop + hitSize) {
/frameworks/native/services/inputflinger/
H A DInputReader.h1208 int32_t hitTop; member in struct:android::TouchInputMapper::VirtualKey
1213 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom;
H A DInputReader.cpp3404 virtualKey.hitTop = (virtualKeyDefinition.centerY - halfHeight)
3418 "hitLeft=%d, hitRight=%d, hitTop=%d, hitBottom=%d\n",
3421 virtualKey.hitTop, virtualKey.hitBottom);
5736 virtualKey.hitLeft, virtualKey.hitTop,

Completed in 256 milliseconds