Searched refs:mSupportsSwitchingToNextInputMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java103 private final boolean mSupportsSwitchingToNextInputMethod; field in class:InputMethodInfo
239 mSupportsSwitchingToNextInputMethod = supportsSwitchingToNextInputMethod;
247 mSupportsSwitchingToNextInputMethod = source.readInt() == 1;
279 mSupportsSwitchingToNextInputMethod = true;
465 return mSupportsSwitchingToNextInputMethod;
480 dest.writeInt(mSupportsSwitchingToNextInputMethod ? 1 : 0);

Completed in 28 milliseconds