All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
appendAndPutEnabledInputMethodLocked(String id,
boolean reloadInputMethodStr) |
boolean |
buildAndPutEnabledInputMethodsStrRemovingIdLocked(StringBuilder builder,
List<Pair<String,ArrayList<String>>> imsList,
String id)
Build and put a string of EnabledInputMethods with removing specified Id.
|
static List<Pair<String,ArrayList<String>>> |
buildInputMethodsAndSubtypeList(String enabledInputMethodsStr,
TextUtils.SimpleStringSplitter inputMethodSplitter,
TextUtils.SimpleStringSplitter subtypeSplitter) |
static String |
buildInputMethodsSettingString(List<Pair<String,ArrayList<String>>> allImeSettingsMap) |
void |
dumpLocked(Printer pw,
String prefix) |
void |
enableAllIMEsIfThereIsNoEnabledIME() |
int |
getCurrentUserId() |
ArrayList<InputMethodInfo> |
getEnabledInputMethodListLocked() |
List<Pair<String,ArrayList<String>>> |
getEnabledInputMethodsAndSubtypeListLocked() |
String |
getEnabledInputMethodsStr() |
List<InputMethodSubtype> |
getEnabledInputMethodSubtypeListLocked(Context context,
InputMethodInfo imi,
boolean allowsImplicitlySelectedSubtypes) |
List<InputMethodSubtype> |
getEnabledInputMethodSubtypeListLocked(InputMethodInfo imi) |
HashMap<InputMethodInfo,List<InputMethodSubtype>> |
getExplicitlyOrImplicitlyEnabledInputMethodsAndSubtypeListLocked(Context context) |
Pair<String,String> |
getLastInputMethodAndSubtypeLocked() |
String |
getLastSubtypeForInputMethodLocked(String imeId) |
String |
getSelectedInputMethod() |
int |
getSelectedInputMethodSubtypeId(String selectedImiId) |
boolean |
isCurrentProfile(int userId) |
boolean |
isShowImeWithHardKeyboardEnabled() |
boolean |
isSubtypeSelected() |
void |
putSelectedInputMethod(String imeId) |
void |
putSelectedSubtype(int subtypeId) |
void |
saveCurrentInputMethodAndSubtypeToHistory(String curMethodId,
InputMethodSubtype currentSubtype) |
void |
setCurrentProfileIds(int[] currentProfileIds) |
void |
setShowImeWithHardKeyboard(boolean show) |
void |
switchCurrentUser(int userId,
boolean copyOnWrite)
Must be called when the current user is changed.
|