Searched refs:mSubtypeIds (Results 1 – 1 of 1) sorted by relevance
725 private int[] mSubtypeIds; field in InputMethodManagerService4686 mSubtypeIds = new int[N]; in showInputMethodMenu()4691 mSubtypeIds[i] = item.mSubtypeId; in showInputMethodMenu()4693 int subtypeId = mSubtypeIds[i]; in showInputMethodMenu()4756 if (mIms == null || mIms.length <= which || mSubtypeIds == null in showInputMethodMenu()4757 || mSubtypeIds.length <= which) { in showInputMethodMenu()4761 int subtypeId = mSubtypeIds[which]; in showInputMethodMenu()