FileDocCategorySizeDatePackage
QwertyKeyListener.javaAPI DocAndroid 5.1 API933Sat Mar 14 14:09:42 GMT 2015android.text.method

QwertyKeyListener.java

package android.text.method;
public class QwertyKeyListener
  extends android.text.method.BaseKeyListener
{
public  QwertyKeyListener(android.text.method.TextKeyListener.Capitalize cap, boolean autoText) { throw new RuntimeException("Stub!"); }
public static  android.text.method.QwertyKeyListener getInstance(boolean autoText, android.text.method.TextKeyListener.Capitalize cap) { throw new RuntimeException("Stub!"); }
public static  android.text.method.QwertyKeyListener getInstanceForFullKeyboard() { throw new RuntimeException("Stub!"); }
public  int getInputType() { throw new RuntimeException("Stub!"); }
public  boolean onKeyDown(android.view.View view, android.text.Editable content, int keyCode, android.view.KeyEvent event) { throw new RuntimeException("Stub!"); }
public static  void markAsReplaced(android.text.Spannable content, int start, int end, java.lang.String original) { throw new RuntimeException("Stub!"); }
}