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

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodSubtype.java70 private final int mSubtypeIconResId; field in class:InputMethodSubtype
131 mSubtypeIconResId = subtypeIconResId;
134 private int mSubtypeIconResId = 0; field in class:InputMethodSubtype.InputMethodSubtypeBuilder
202 builder.mSubtypeIconResId = iconId;
269 mSubtypeIconResId = builder.mSubtypeIconResId;
287 mSubtypeIconResId = source.readInt();
312 return mSubtypeIconResId;
482 dest.writeInt(mSubtypeIconResId);

Completed in 24 milliseconds