Searched refs:autoText (Results 1 – 5 of 5) sorted by relevance
49 private QwertyKeyListener(Capitalize cap, boolean autoText, boolean fullKeyboard) { in QwertyKeyListener() argument51 mAutoText = autoText; in QwertyKeyListener()55 public QwertyKeyListener(Capitalize cap, boolean autoText) { in QwertyKeyListener() argument56 this(cap, autoText, false); in QwertyKeyListener()63 public static QwertyKeyListener getInstance(boolean autoText, Capitalize cap) { in getInstance() argument64 int off = cap.ordinal() * 2 + (autoText ? 1 : 0); in getInstance()67 sInstance[off] = new QwertyKeyListener(cap, autoText); in getInstance()
474 static int makeTextContentType(Capitalize caps, boolean autoText) { in makeTextContentType() argument487 if (autoText) { in makeTextContentType()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
495 field @Deprecated public static final int autoText = 16843114; // 0x101016a
75516 Lcom/android/internal/R$attr;->autoText:I