FileDocCategorySizeDatePackage
DigitsKeyListener.javaAPI DocAndroid 5.1 API982Sat Mar 14 14:09:40 GMT 2015android.text.method

DigitsKeyListener

public class DigitsKeyListener extends android.text.method.NumberKeyListener

Fields Summary
Constructors Summary
public DigitsKeyListener()

 throw new RuntimeException("Stub!"); 
public DigitsKeyListener(boolean sign, boolean decimal)

 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 char[]getAcceptedChars()

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

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

 throw new RuntimeException("Stub!"); 
public static android.text.method.DigitsKeyListenergetInstance(boolean sign, boolean decimal)

 throw new RuntimeException("Stub!"); 
public static android.text.method.DigitsKeyListenergetInstance(java.lang.String accepted)

 throw new RuntimeException("Stub!");