Home
last modified time | relevance | path

Searched refs:mSupportsSwitchingToNextInputMethod (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java151 private final boolean mSupportsSwitchingToNextInputMethod; field in InputMethodInfo
378 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
395 mSupportsSwitchingToNextInputMethod = source.mSupportsSwitchingToNextInputMethod; in InputMethodInfo()
415 mSupportsSwitchingToNextInputMethod = source.readInt() == 1; in InputMethodInfo()
524 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
735 + " mSupportsSwitchingToNextInputMethod=" + mSupportsSwitchingToNextInputMethod in dump()
800 return mSupportsSwitchingToNextInputMethod; in supportsSwitchingToNextInputMethod()
848 dest.writeInt(mSupportsSwitchingToNextInputMethod ? 1 : 0); in writeToParcel()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60464 Landroid/view/inputmethod/InputMethodInfo;->mSupportsSwitchingToNextInputMethod:Z