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/
DInputMethodManagerService.java725 private int[] mSubtypeIds; field in InputMethodManagerService
4686 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()