HomeSort by relevance Sort by last modified time
    Searched refs:mAutoText (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/text/method/
TextKeyListener.java 47 private boolean mAutoText;
68 mAutoText = autotext;
124 return makeTextContentType(mAutoCap, mAutoText);
187 return QwertyKeyListener.getInstance(mAutoText, mAutoCap);
189 return MultiTapKeyListener.getInstance(mAutoText, mAutoCap);
MultiTapKeyListener.java 40 private boolean mAutoText;
59 mAutoText = autotext;
78 return makeTextContentType(mCapitalize, mAutoText);
QwertyKeyListener.java 37 mAutoText = autotext;
56 return makeTextContentType(mAutoCap, mAutoText);
217 if ((pref & TextKeyListener.AUTO_TEXT) != 0 && mAutoText &&
251 if ((pref & TextKeyListener.AUTO_PERIOD) != 0 && mAutoText) {
495 private boolean mAutoText;

Completed in 70 milliseconds