Searched refs:mSupportsSwitchingToNextInputMethod (Results 1 – 2 of 2) sorted by relevance
151 private final boolean mSupportsSwitchingToNextInputMethod; field in InputMethodInfo378 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()
60464 Landroid/view/inputmethod/InputMethodInfo;->mSupportsSwitchingToNextInputMethod:Z