OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getKeyIndices
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java
481
int keyIndex =
getKeyIndices
(mStartX, mStartY, null);
799
private int
getKeyIndices
(int x, int y, int[] allKeys) {
858
getKeyIndices
(x, y, codes);
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
752
private int
getKeyIndices
(int x, int y, int[] allKeys) {
814
getKeyIndices
(x, y, codes);
[
all
...]
Completed in 44 milliseconds