Home
last modified time | relevance | path

Searched refs:autoText (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/text/method/
DQwertyKeyListener.java49 private QwertyKeyListener(Capitalize cap, boolean autoText, boolean fullKeyboard) { in QwertyKeyListener() argument
51 mAutoText = autoText; in QwertyKeyListener()
55 public QwertyKeyListener(Capitalize cap, boolean autoText) { in QwertyKeyListener() argument
56 this(cap, autoText, false); in QwertyKeyListener()
63 public static QwertyKeyListener getInstance(boolean autoText, Capitalize cap) { in getInstance() argument
64 int off = cap.ordinal() * 2 + (autoText ? 1 : 0); in getInstance()
67 sInstance[off] = new QwertyKeyListener(cap, autoText); in getInstance()
DBaseKeyListener.java455 static int makeTextContentType(Capitalize caps, boolean autoText) { in makeTextContentType() argument
468 if (autoText) { in makeTextContentType()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt326 field public static final deprecated int autoText = 16843114; // 0x101016a
/frameworks/base/api/
Dcurrent.txt325 field @Deprecated public static final int autoText = 16843114; // 0x101016a
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt96384 Lcom/android/internal/R$attr;->autoText:I