Searched refs:InputMethodSettingValuesWrapper (Results 1 – 6 of 6) sorted by relevance
45 public class InputMethodSettingValuesWrapper { class46 private static final String TAG = InputMethodSettingValuesWrapper.class.getSimpleName();54 private static SparseArray<InputMethodSettingValuesWrapper> sInstanceMap = new SparseArray<>();61 public static InputMethodSettingValuesWrapper getInstance(@NonNull Context context) { in getInstance()63 InputMethodSettingValuesWrapper valuesWrapper; in getInstance()67 valuesWrapper = new InputMethodSettingValuesWrapper(context); in getInstance()76 valuesWrapper = new InputMethodSettingValuesWrapper(context); in getInstance()84 private InputMethodSettingValuesWrapper(Context context) { in InputMethodSettingValuesWrapper() method in InputMethodSettingValuesWrapper
77 private final InputMethodSettingValuesWrapper mInputMethodSettingValues;126 mInputMethodSettingValues = InputMethodSettingValuesWrapper.getInstance(userAwareContext); in InputMethodPreference()
75 InputMethodSettingValuesWrapper in refresh()
76 InputMethodSettingValuesWrapper in refresh()
181 if ((!hasHardKeyboard && InputMethodSettingValuesWrapper.getInstance( in saveInputMethodSubtypeList()
224 if ((!hasHardKeyboard && InputMethodSettingValuesWrapper.getInstance( in saveInputMethodSubtypeListForUserInternal()