OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getHitBox
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
MainKeyboardAccessibilityDelegate.java
213
final int x = key.
getHitBox
().centerX();
214
final int y = key.
getHitBox
().centerY();
230
final int x = key.
getHitBox
().centerX();
231
final int y = key.
getHitBox
().centerY();
251
final int x = key.
getHitBox
().centerX();
252
final int y = key.
getHitBox
().centerY();
268
final int x = key.
getHitBox
().centerX();
269
final int y = key.
getHitBox
().centerY();
289
mBoundsToIgnoreHoverEvent.set(key.
getHitBox
());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Key.java
[
all
...]
Completed in 212 milliseconds