FileDocCategorySizeDatePackage
DialerFilter.javaAPI DocAndroid 5.1 API2294Sat Mar 14 14:09:42 GMT 2015android.widget

DialerFilter

public class DialerFilter extends android.widget.RelativeLayout

Fields Summary
public static final int
DIGITS_AND_LETTERS
public static final int
DIGITS_AND_LETTERS_NO_DIGITS
public static final int
DIGITS_AND_LETTERS_NO_LETTERS
public static final int
DIGITS_ONLY
public static final int
LETTERS_ONLY
Constructors Summary
public DialerFilter(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public DialerFilter(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public voidappend(java.lang.String text)

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

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetDigits()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetFilterText()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetLetters()

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

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

 throw new RuntimeException("Stub!"); 
protected voidonFinishInflate()

 throw new RuntimeException("Stub!"); 
protected voidonFocusChanged(boolean focused, int direction, android.graphics.Rect previouslyFocusedRect)

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

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

 throw new RuntimeException("Stub!"); 
protected voidonModeChange(int oldMode, int newMode)

 throw new RuntimeException("Stub!"); 
public voidremoveFilterWatcher(android.text.TextWatcher watcher)

 throw new RuntimeException("Stub!"); 
public voidsetDigitsWatcher(android.text.TextWatcher watcher)

 throw new RuntimeException("Stub!"); 
public voidsetFilterWatcher(android.text.TextWatcher watcher)

 throw new RuntimeException("Stub!"); 
public voidsetLettersWatcher(android.text.TextWatcher watcher)

 throw new RuntimeException("Stub!"); 
public voidsetMode(int newMode)

 throw new RuntimeException("Stub!");