Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h170 int32_t hitTop; member
175 return x >= hitLeft && x <= hitRight && y >= hitTop && y <= hitBottom; in isHit()
H A DTouchInputMapper.cpp1135 virtualKey.hitTop = (virtualKeyDefinition.centerY - halfHeight) * touchScreenHeight / in configureVirtualKeys()
1154 virtualKey.hitRight, virtualKey.hitTop, virtualKey.hitBottom); in dumpVirtualKeys()
3778 x, y, virtualKey.keyCode, virtualKey.scanCode, virtualKey.hitLeft, virtualKey.hitTop, in findVirtualKeyHit()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java874 final float hitTop = offset + squareHeight * i; in getRowHit() local
875 if (y >= hitTop && y <= hitTop + hitSize) { in getRowHit()