OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShowImeWithHardKeyboard
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java
661
private int
mShowImeWithHardKeyboard
= ShowImeWithHardKeyboardType.UNKNOWN;
697
if (
mShowImeWithHardKeyboard
== ShowImeWithHardKeyboardType.UNKNOWN) {
698
mShowImeWithHardKeyboard
= Settings.Secure.getInt(mService.getContentResolver(),
702
switch (
mShowImeWithHardKeyboard
) {
708
Log.e(TAG, "Unexpected
mShowImeWithHardKeyboard
=" +
mShowImeWithHardKeyboard
);
718
mShowImeWithHardKeyboard
= Settings.Secure.getInt(mService.getContentResolver(),
731
return "SettingsObserver{
mShowImeWithHardKeyboard
=" +
mShowImeWithHardKeyboard
+ "}";
[
all
...]
/frameworks/base/services/core/java/com/android/server/
InputMethodManagerService.java
470
private boolean
mShowImeWithHardKeyboard
;
[
all
...]
Completed in 92 milliseconds