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;
144 mSubtypeIconResId = subtypeIconResId;
147 private int mSubtypeIconResId = 0;
224 builder.mSubtypeIconResId = iconId;
293 mSubtypeIconResId = builder.mSubtypeIconResId;
315 mSubtypeIconResId = source.readInt();
342 return mSubtypeIconResId;
627 dest.writeInt(mSubtypeIconResId);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 69 private int mSubtypeIconResId;
90 mSubtypeIconResId = 0;
99 mInputMethodSubtype = new InputMethodSubtype(mSubtypeNameResId, mSubtypeIconResId,
128 assertEquals(mSubtypeIconResId, mInputMethodSubtype.getIconResId());

Completed in 59 milliseconds