HomeSort by relevance Sort by last modified time
    Searched refs: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;
289 mSubtypeIconResId = builder.mSubtypeIconResId;
311 mSubtypeIconResId = source.readInt();
338 return mSubtypeIconResId;
613 dest.writeInt(mSubtypeIconResId);
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 50 private int mSubtypeIconResId;
71 mSubtypeIconResId = 0;
80 mInputMethodSubtype = new InputMethodSubtype(mSubtypeNameResId, mSubtypeIconResId,
107 assertEquals(mSubtypeIconResId, mInputMethodSubtype.getIconResId());

Completed in 47 milliseconds