Searched refs:mSubtype (Results 1 – 8 of 8) sorted by relevance
176 private InputMethodSubtype mSubtype; field in CustomInputStyleSettingsFragment.SubtypePreference202 return mSubtype == null; in isIncomplete()206 return mSubtype; in getSubtype()210 mPreviousSubtype = mSubtype; in setSubtype()211 mSubtype = subtype; in setSubtype()231 return mSubtype != null && !mSubtype.equals(mPreviousSubtype); in hasBeenModified()262 context, mSubtype.getLocale()); in onPrepareDialogBuilder()263 final KeyboardLayoutSetItem layoutItem = new KeyboardLayoutSetItem(mSubtype); in onPrepareDialogBuilder()337 myState.mSubtype = mSubtype; in onSaveInstanceState()354 setSubtype(myState.mSubtype); in onRestoreInstanceState()[all …]
65 public final InputMethodSubtype mSubtype; field in KeyboardId80 mSubtype = params.mSubtype; in KeyboardId()81 mLocale = SubtypeLocaleUtils.getSubtypeLocale(mSubtype); in KeyboardId()111 id.mSubtype in computeHashCode()131 && other.mSubtype.equals(mSubtype); in equals()180 mLocale, mSubtype.getExtraValueOf(KEYBOARD_LAYOUT_SET), in toString()
112 InputMethodSubtype mSubtype; field in KeyboardLayoutSet.Params268 mParams.mSubtype = keyboardSubtype; in setSubtype()298 if (mParams.mSubtype == null) in build()
167 keyboard.mId.mSubtype); in setKeyboard()
901 final InputMethodSubtype subtype = getKeyboard().mId.mSubtype; in drawLanguageOnSpacebar()
43 private InputMethodSubtype mSubtype; field in LayoutTestsBase52 mSubtype = getSubtype(mLayout.getLocale(), mLayout.getName()); in setUp()53 mLogTag = SubtypeLocaleUtils.getSubtypeNameForLogging(mSubtype) + "/" in setUp()56 mKeyboardLayoutSet = createKeyboardLayoutSet(mSubtype, null /* editorInfo */, in setUp()
93 if (lastKeyboard == null || !keyboard.mId.mSubtype.equals(lastKeyboard.mId.mSubtype)) { in setKeyboard()124 keyboard.mId.mSubtype); in announceKeyboardLanguage()
643 SubtypeLocaleUtils.getKeyboardLayoutSetName(id.mSubtype)); in parseCaseCondition()