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.java175 private final boolean mSupportsSwitchingToNextInputMethod; field in InputMethodInfo
421 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
448 mSupportsSwitchingToNextInputMethod = source.mSupportsSwitchingToNextInputMethod; in InputMethodInfo()
483 mSupportsSwitchingToNextInputMethod = source.readInt() == 1; in InputMethodInfo()
650 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
909 + " mSupportsSwitchingToNextInputMethod=" + mSupportsSwitchingToNextInputMethod in dump()
979 return mSupportsSwitchingToNextInputMethod; in supportsSwitchingToNextInputMethod()
1028 dest.writeInt(mSupportsSwitchingToNextInputMethod ? 1 : 0); in writeToParcel()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59821 Landroid/view/inputmethod/InputMethodInfo;->mSupportsSwitchingToNextInputMethod:Z