Methods Summary |
---|
public void | append(java.lang.String text)
throw new RuntimeException("Stub!");
|
public void | clearText()
throw new RuntimeException("Stub!");
|
public java.lang.CharSequence | getDigits()
throw new RuntimeException("Stub!");
|
public java.lang.CharSequence | getFilterText()
throw new RuntimeException("Stub!");
|
public java.lang.CharSequence | getLetters()
throw new RuntimeException("Stub!");
|
public int | getMode()
throw new RuntimeException("Stub!");
|
public boolean | isQwertyKeyboard()
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 | onKeyDown(int keyCode, android.view.KeyEvent event)
throw new RuntimeException("Stub!");
|
public boolean | onKeyUp(int keyCode, android.view.KeyEvent event)
throw new RuntimeException("Stub!");
|
protected void | onModeChange(int oldMode, int newMode)
throw new RuntimeException("Stub!");
|
public void | removeFilterWatcher(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 | setLettersWatcher(android.text.TextWatcher watcher)
throw new RuntimeException("Stub!");
|
public void | setMode(int newMode)
throw new RuntimeException("Stub!");
|