OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTouchY
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java
69
public int
getTouchY
(final int y) {
93
final int touchY =
getTouchY
(y);
MoreKeysDetector.java
42
final int touchY =
getTouchY
(y);
MainKeyboardView.java
379
return Constants.isValidCoordinate(y) ? mKeyDetector.
getTouchY
(y) : y;
[
all
...]
Completed in 483 milliseconds