Searched defs:mSubtypeIconResId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java56 private final int mSubtypeIconResId; field in class:InputMethodSubtype
152 mSubtypeIconResId = iconId;
168 mSubtypeIconResId = source.readInt();
192 return mSubtypeIconResId;
352 dest.writeInt(mSubtypeIconResId);

Completed in 92 milliseconds