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

/frameworks/base/core/java/android/text/method/
H A DTextKeyListener.java47 private boolean mAutoText; field in class:TextKeyListener
68 mAutoText = autotext;
124 return makeTextContentType(mAutoCap, mAutoText);
187 return QwertyKeyListener.getInstance(mAutoText, mAutoCap);
189 return MultiTapKeyListener.getInstance(mAutoText, mAutoCap);
H A DMultiTapKeyListener.java40 private boolean mAutoText; field in class:MultiTapKeyListener
59 mAutoText = autotext;
78 return makeTextContentType(mCapitalize, mAutoText);
H A DQwertyKeyListener.java37 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; field in class:QwertyKeyListener

Completed in 79 milliseconds