FileDocCategorySizeDatePackage
NumberKeyListener.javaAPI DocAndroid 5.1 API833Sat Mar 14 14:09:38 GMT 2015android.text.method

NumberKeyListener

public abstract class NumberKeyListener extends android.text.method.BaseKeyListener implements android.text.InputFilter

Fields Summary
Constructors Summary
public NumberKeyListener()

 throw new RuntimeException("Stub!"); 
Methods Summary
public java.lang.CharSequencefilter(java.lang.CharSequence source, int start, int end, android.text.Spanned dest, int dstart, int dend)

 throw new RuntimeException("Stub!"); 
protected abstract char[]getAcceptedChars()

protected intlookup(android.view.KeyEvent event, android.text.Spannable content)

 throw new RuntimeException("Stub!"); 
protected static booleanok(char[] accept, char c)

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

 throw new RuntimeException("Stub!");