android.widget.DialerFilter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
package android.widget;
public class DialerFilter
extends android.widget.RelativeLayout
{
public DialerFilter(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null,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); throw new RuntimeException("Stub!"); }
protected void onFinishInflate() { throw new RuntimeException("Stub!"); }
protected void onFocusChanged(boolean focused, int direction, android.graphics.Rect previouslyFocusedRect) { throw new RuntimeException("Stub!"); }
public boolean isQwertyKeyboard() { throw new RuntimeException("Stub!"); }
public boolean onKeyDown(int keyCode, android.view.KeyEvent event) { throw new RuntimeException("Stub!"); }
public boolean onKeyUp(int keyCode, android.view.KeyEvent event) { throw new RuntimeException("Stub!"); }
public int getMode() { throw new RuntimeException("Stub!"); }
public void setMode(int newMode) { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence getLetters() { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence getDigits() { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence getFilterText() { throw new RuntimeException("Stub!"); }
public void append(java.lang.String text) { throw new RuntimeException("Stub!"); }
public void clearText() { throw new RuntimeException("Stub!"); }
public void setLettersWatcher(android.text.TextWatcher watcher) { throw new RuntimeException("Stub!"); }
public void setDigitsWatcher(android.text.TextWatcher watcher) { throw new RuntimeException("Stub!"); }
public void setFilterWatcher(android.text.TextWatcher watcher) { throw new RuntimeException("Stub!"); }
public void removeFilterWatcher(android.text.TextWatcher watcher) { throw new RuntimeException("Stub!"); }
protected void onModeChange(int oldMode, int newMode) { throw new RuntimeException("Stub!"); }
public static final int DIGITS_AND_LETTERS = 1;
public static final int DIGITS_AND_LETTERS_NO_DIGITS = 2;
public static final int DIGITS_AND_LETTERS_NO_LETTERS = 3;
public static final int DIGITS_ONLY = 4;
public static final int LETTERS_ONLY = 5;
}