OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOT_A_KEY
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java
129
private static final int
NOT_A_KEY
= -1;
136
private int mCurrentKeyIndex =
NOT_A_KEY
;
200
private int mCurrentKey =
NOT_A_KEY
;
201
private int mDownKey =
NOT_A_KEY
;
208
private int mRepeatKeyIndex =
NOT_A_KEY
;
463
int oldRepeatKeyCode =
NOT_A_KEY
;
465
showPreview(
NOT_A_KEY
);
466
if ((mRepeatKeyIndex !=
NOT_A_KEY
) && (mRepeatKeyIndex < mKeys.length)) {
480
if (oldRepeatKeyCode !=
NOT_A_KEY
) {
482
if ((keyIndex !=
NOT_A_KEY
)
[
all
...]
/frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java
132
private static final int
NOT_A_KEY
= -1;
137
private int mCurrentKeyIndex =
NOT_A_KEY
;
199
private int mCurrentKey =
NOT_A_KEY
;
200
private int mDownKey =
NOT_A_KEY
;
207
private int mRepeatKeyIndex =
NOT_A_KEY
;
473
showPreview(
NOT_A_KEY
);
767
int primaryIndex =
NOT_A_KEY
;
768
int closestKey =
NOT_A_KEY
;
810
if (primaryIndex ==
NOT_A_KEY
) {
817
if (index !=
NOT_A_KEY
&& index < mKeys.length)
[
all
...]
Completed in 470 milliseconds