FileDocCategorySizeDatePackage
TextKeyListener.javaAPI DocAndroid 5.1 API1928Sat Mar 14 14:09:40 GMT 2015android.text.method

TextKeyListener

public class TextKeyListener extends android.text.method.BaseKeyListener implements android.text.SpanWatcher

Fields Summary
Constructors Summary
public TextKeyListener(Capitalize cap, boolean autotext)

 throw new RuntimeException("Stub!"); 
Methods Summary
public static voidclear(android.text.Editable e)

 throw new RuntimeException("Stub!"); 
public intgetInputType()

 throw new RuntimeException("Stub!"); 
public static android.text.method.TextKeyListenergetInstance(boolean autotext, android.text.method.TextKeyListener$Capitalize cap)

 throw new RuntimeException("Stub!"); 
public static android.text.method.TextKeyListenergetInstance()

 throw new RuntimeException("Stub!"); 
public booleanonKeyDown(android.view.View view, android.text.Editable content, int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyOther(android.view.View view, android.text.Editable content, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public booleanonKeyUp(android.view.View view, android.text.Editable content, int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public voidonSpanAdded(android.text.Spannable s, java.lang.Object what, int start, int end)

 throw new RuntimeException("Stub!"); 
public voidonSpanChanged(android.text.Spannable s, java.lang.Object what, int start, int end, int st, int en)

 throw new RuntimeException("Stub!"); 
public voidonSpanRemoved(android.text.Spannable s, java.lang.Object what, int start, int end)

 throw new RuntimeException("Stub!"); 
public voidrelease()

 throw new RuntimeException("Stub!"); 
public static booleanshouldCap(android.text.method.TextKeyListener$Capitalize cap, java.lang.CharSequence cs, int off)

 throw new RuntimeException("Stub!");