Home
last modified time | relevance | path

Searched refs:imList (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java78 @NonNull List<ImeSubtypeListItem> imList) { in showInputMethodMenuLocked() argument
98 final int size = imList.size(); in showInputMethodMenuLocked()
106 final ImeSubtypeListItem item = imList.get(i); in showInputMethodMenuLocked()
167 com.android.internal.R.layout.input_method_switch_item, imList, checkedItem); in showInputMethodMenuLocked()
DInputMethodSubtypeSwitchingController.java179 final ArrayList<ImeSubtypeListItem> imList = new ArrayList<>(); in getSortedInputMethodAndSubtypeList() local
208 imList.add(new ImeSubtypeListItem(imeLabel, in getSortedInputMethodAndSubtypeList()
218 imList.add(new ImeSubtypeListItem(imeLabel, null, imi, NOT_A_SUBTYPE_ID, null, in getSortedInputMethodAndSubtypeList()
222 Collections.sort(imList); in getSortedInputMethodAndSubtypeList()
223 return imList; in getSortedInputMethodAndSubtypeList()
DInputMethodManagerService.java4928 final List<ImeSubtypeListItem> imList = InputMethodSubtypeSwitchingController in handleMessage() local
4932 if (imList.isEmpty()) { in handleMessage()
4941 lastInputMethodId, lastInputMethodSubtypeId, imList); in handleMessage()