Searched refs:mSupportsSwitchingToNextInputMethod (Results 1 – 1 of 1) 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()