Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodMenuController.java76 private int[] mSubtypeIds; field in InputMethodMenuController
124 mSubtypeIds = new int[size]; in showInputMethodMenu()
129 mSubtypeIds[i] = item.mSubtypeId; in showInputMethodMenu()
131 int subtypeId = mSubtypeIds[i]; in showInputMethodMenu()
179 if (mIms == null || mIms.length <= which || mSubtypeIds == null in showInputMethodMenu()
180 || mSubtypeIds.length <= which) { in showInputMethodMenu()
184 int subtypeId = mSubtypeIds[which]; in showInputMethodMenu()