Searched refs:mSubtypeIds (Results 1 – 1 of 1) sorted by relevance
76 private int[] mSubtypeIds; field in InputMethodMenuController124 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()