OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAllowRedundantMoreKeys
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java
82
public boolean
mAllowRedundantMoreKeys
;
140
if (
mAllowRedundantMoreKeys
) {
KeyboardBuilder.java
165
mParams.
mAllowRedundantMoreKeys
= enabled;
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java
108
boolean
mAllowRedundantMoreKeys
;
225
builder.setAllowRedundantMoreKes(elementParams.
mAllowRedundantMoreKeys
);
465
elementParams.
mAllowRedundantMoreKeys
= a.getBoolean(
Completed in 772 milliseconds