OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShortcutKeyEnabled
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardId.java
73
public final boolean
mShortcutKeyEnabled
;
90
mShortcutKeyEnabled
= params.mVoiceKeyEnabled;
91
mShortcutKeyOnSymbols =
mShortcutKeyEnabled
&& !params.mVoiceKeyOnMain;
99
mHasShortcutKey =
mShortcutKeyEnabled
113
id.
mShortcutKeyEnabled
,
134
&& other.
mShortcutKeyEnabled
==
mShortcutKeyEnabled
199
(
mShortcutKeyEnabled
? " shortcutKeyEnabled" : ""),
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java
653
R.styleable.Keyboard_Case_shortcutKeyEnabled, id.
mShortcutKeyEnabled
);
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java
[
all
...]
Completed in 170 milliseconds