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

  /frameworks/base/core/java/android/text/method/
MultiTapKeyListener.java 44 private boolean mAutoText;
63 mAutoText = autotext;
82 return makeTextContentType(mCapitalize, mAutoText);
TextKeyListener.java 51 private boolean mAutoText;
72 mAutoText = autotext;
128 return makeTextContentType(mAutoCap, mAutoText);
191 return QwertyKeyListener.getInstance(mAutoText, mAutoCap);
193 return MultiTapKeyListener.getInstance(mAutoText, mAutoCap);
QwertyKeyListener.java 41 private boolean mAutoText;
46 mAutoText = autoText;
81 return makeTextContentType(mAutoCap, mAutoText);
245 if ((pref & TextKeyListener.AUTO_TEXT) != 0 && mAutoText &&
279 if ((pref & TextKeyListener.AUTO_PERIOD) != 0 && mAutoText) {

Completed in 40 milliseconds