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.java111 private final boolean mSupportsSwitchingToNextInputMethod; field in InputMethodInfo
265 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
274 mSupportsSwitchingToNextInputMethod = source.readInt() == 1; in InputMethodInfo()
318 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()
470 + " mSupportsSwitchingToNextInputMethod=" + mSupportsSwitchingToNextInputMethod); in dump()
527 return mSupportsSwitchingToNextInputMethod; in supportsSwitchingToNextInputMethod()
542 dest.writeInt(mSupportsSwitchingToNextInputMethod ? 1 : 0); in writeToParcel()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74893 Landroid/view/inputmethod/InputMethodInfo;->mSupportsSwitchingToNextInputMethod:Z