Searched refs:mSupportsSwitchingToNextInputMethod (Results 1 – 2 of 2) sorted by relevance
120 private final boolean mSupportsSwitchingToNextInputMethod; field in InputMethodInfo306 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()318 mSupportsSwitchingToNextInputMethod = source.readInt() == 1; in InputMethodInfo()395 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod; in InputMethodInfo()562 + " mSupportsSwitchingToNextInputMethod=" + mSupportsSwitchingToNextInputMethod in dump()622 return mSupportsSwitchingToNextInputMethod; in supportsSwitchingToNextInputMethod()661 dest.writeInt(mSupportsSwitchingToNextInputMethod ? 1 : 0); in writeToParcel()
63787 Landroid/view/inputmethod/InputMethodInfo;->mSupportsSwitchingToNextInputMethod:Z