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()
455 static int makeTextContentType(Capitalize caps, boolean autoText) { in makeTextContentType() argument468 if (autoText) { in makeTextContentType()
326 field public static final deprecated int autoText = 16843114; // 0x101016a
325 field @Deprecated public static final int autoText = 16843114; // 0x101016a
96384 Lcom/android/internal/R$attr;->autoText:I