OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALWAYS_SHOW_ROW_ID
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboard.java
79
* {@link KeyRow#
ALWAYS_SHOW_ROW_ID
} are always enabled.
282
if (KeyRow.
ALWAYS_SHOW_ROW_ID
== keyRow.mRowId
309
if (KeyRow.
ALWAYS_SHOW_ROW_ID
!= keyRow.mRowId
330
if (KeyRow.
ALWAYS_SHOW_ROW_ID
!= keyRow.mRowId
418
if (KeyRow.
ALWAYS_SHOW_ROW_ID
!= keyRow.mRowId
456
* the id {@link KeyRow#
ALWAYS_SHOW_ROW_ID
}) will be disabled.
462
if (KeyRow.
ALWAYS_SHOW_ROW_ID
== rowId) return false;
506
static final int
ALWAYS_SHOW_ROW_ID
= -1;
511
* If the row id is {@link #
ALWAYS_SHOW_ROW_ID
}, this row will always be
XmlKeyboardLoader.java
516
KeyRow.
ALWAYS_SHOW_ROW_ID
);
[
all
...]
Completed in 661 milliseconds