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