Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodInfo.java120 private final boolean mSupportsSwitchingToNextInputMethod; field in InputMethodInfo
306 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
318 mSupportsSwitchingToNextInputMethod = source.readInt() == 1; in InputMethodInfo()
395 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
562 + " mSupportsSwitchingToNextInputMethod=" + mSupportsSwitchingToNextInputMethod in dump()
622 return mSupportsSwitchingToNextInputMethod; in supportsSwitchingToNextInputMethod()
661 dest.writeInt(mSupportsSwitchingToNextInputMethod ? 1 : 0); in writeToParcel()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63787 Landroid/view/inputmethod/InputMethodInfo;->mSupportsSwitchingToNextInputMethod:Z