HomeSort by relevance Sort by last modified time
    Searched defs:mSubtypeIconResId (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSubtype.java 80 private final int mSubtypeIconResId;
142 mSubtypeIconResId = subtypeIconResId;
145 private int mSubtypeIconResId = 0;
222 builder.mSubtypeIconResId = iconId;
291 mSubtypeIconResId = builder.mSubtypeIconResId;
313 mSubtypeIconResId = source.readInt();
340 return mSubtypeIconResId;
615 dest.writeInt(mSubtypeIconResId);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 72 private int mSubtypeIconResId;
93 mSubtypeIconResId = 0;
102 mInputMethodSubtype = new InputMethodSubtype(mSubtypeNameResId, mSubtypeIconResId,
131 assertEquals(mSubtypeIconResId, mInputMethodSubtype.getIconResId());

Completed in 256 milliseconds