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