Home | History | Annotate | Download | only in inputmethod

Lines Matching defs:that

119          * Note: this class has a natural ordering that is inconsistent with {@link #equals(Object).
132 // Subtype that has the same locale of the system's has higher priority.
137 // Subtype that has the same language of the system's has higher priority.
162 final ImeSubtypeListItem that = (ImeSubtypeListItem)o;
163 return Objects.equals(this.mImi, that.mImi) && this.mSubtypeId == that.mSubtypeId;
296 * @param onlyCurrentIme {@code true} to limit the search space to IME subtypes that belong
298 * @param imi {@link InputMethodInfo} that will be used in conjunction with {@code subtype}
300 * @param subtype {@link InputMethodSubtype} that will be used in conjunction with
397 * @param onlyCurrentIme {@code true} to limit the search space to IME subtypes that belong
399 * @param imi {@link InputMethodInfo} that will be used in conjunction with {@code subtype}
401 * @param subtype {@link InputMethodSubtype} that will be used in conjunction with
496 * @param onlyCurrentIme {@code true} to limit the search space to IME subtypes that belong
498 * @param imi {@link InputMethodInfo} that will be used in conjunction with {@code subtype}
500 * @param subtype {@link InputMethodSubtype} that will be used in conjunction with