OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isOnKey
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java
100
if (!key.
isOnKey
(touchX, touchY)) {
Key.java
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h
132
static bool
isOnKey
(const int *const keyXCoordinates, const int *const keyYCoordinates,
166
const bool onKey =
isOnKey
(keyXCoordinates, keyYCoordinates, keyWidths, keyHeights,
Completed in 41 milliseconds