OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImeOption
(Results
1 - 4
of
4
) sorted by null
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
Constants.java
32
public static final class
ImeOption
{
38
* @deprecated Use {@link
ImeOption
#NO_MICROPHONE} with package name prefixed.
72
private
ImeOption
() {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputAttributes.java
19
import static com.android.inputmethod.latin.common.Constants.
ImeOption
.NO_FLOATING_GESTURE_PREVIEW;
20
import static com.android.inputmethod.latin.common.Constants.
ImeOption
.NO_MICROPHONE;
21
import static com.android.inputmethod.latin.common.Constants.
ImeOption
.NO_MICROPHONE_COMPAT;
LatinIME.java
19
import static com.android.inputmethod.latin.common.Constants.
ImeOption
.FORCE_ASCII;
20
import static com.android.inputmethod.latin.common.Constants.
ImeOption
.NO_MICROPHONE;
21
import static com.android.inputmethod.latin.common.Constants.
ImeOption
.NO_MICROPHONE_COMPAT;
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java
19
import static com.android.inputmethod.latin.common.Constants.
ImeOption
.FORCE_ASCII;
20
import static com.android.inputmethod.latin.common.Constants.
ImeOption
.NO_SETTINGS_KEY;
Completed in 216 milliseconds