Home | History | Annotate | Download | only in inputlogic

Lines Matching refs:CAP_MODE_OFF

1756      * @return a caps mode from TextUtils.CAP_MODE_* or Constants.TextUtils.CAP_MODE_OFF.
1759 if (!settingsValues.mAutoCap) return Constants.TextUtils.CAP_MODE_OFF;
1762 if (ei == null) return Constants.TextUtils.CAP_MODE_OFF;