OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InputMethodSettings
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodSettingValuesWrapper.java
20
import com.android.internal.inputmethod.InputMethodUtils.
InputMethodSettings
;
38
* This class is a wrapper for
InputMethodSettings
. You need to refresh internal states
50
private final
InputMethodSettings
mSettings;
78
new
InputMethodSettings
(context.getResources(), context.getContentResolver(),
/frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java
489
public static class
InputMethodSettings
{
520
public
InputMethodSettings
(
[
all
...]
/frameworks/base/services/java/com/android/server/
InputMethodManagerService.java
20
import com.android.internal.inputmethod.InputMethodUtils.
InputMethodSettings
;
164
final
InputMethodSettings
mSettings;
677
mSettings = new
InputMethodSettings
(
[
all
...]
Completed in 186 milliseconds