android.text.method
Class DialerKeyListener

java.lang.Object
  extended by android.text.method.MetaKeyKeyListener
      extended by android.text.method.BaseKeyListener
          extended by android.text.method.NumberKeyListener
              extended by android.text.method.DialerKeyListener
All Implemented Interfaces:
InputFilter, KeyListener

public class DialerKeyListener
extends NumberKeyListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.text.InputFilter
InputFilter.AllCaps, InputFilter.LengthFilter
 
Field Summary
static char[] CHARACTERS
           
 
Fields inherited from class android.text.method.MetaKeyKeyListener
META_ALT_LOCKED, META_ALT_ON, META_CAP_LOCKED, META_SHIFT_ON, META_SYM_LOCKED, META_SYM_ON
 
Constructor Summary
DialerKeyListener()
           
 
Method Summary
protected  char[] getAcceptedChars()
           
 int getInputType()
           
static DialerKeyListener getInstance()
           
protected  int lookup(KeyEvent event, Spannable content)
           
 
Methods inherited from class android.text.method.NumberKeyListener
filter, ok, onKeyDown
 
Methods inherited from class android.text.method.BaseKeyListener
backspace, forwardDelete, onKeyOther
 
Methods inherited from class android.text.method.MetaKeyKeyListener
adjustMetaAfterKeypress, adjustMetaAfterKeypress, clearMetaKeyState, clearMetaKeyState, clearMetaKeyState, getMetaState, getMetaState, getMetaState, getMetaState, handleKeyDown, handleKeyUp, isMetaTracker, isSelectingMetaTracker, onKeyUp, resetLockedMeta, resetLockedMeta, resetMetaState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface android.text.method.KeyListener
clearMetaKeyState, onKeyUp
 

Field Detail

CHARACTERS

public static final char[] CHARACTERS
Constructor Detail

DialerKeyListener

public DialerKeyListener()
Method Detail

getAcceptedChars

protected char[] getAcceptedChars()
Specified by:
getAcceptedChars in class NumberKeyListener

getInstance

public static DialerKeyListener getInstance()

getInputType

public int getInputType()

lookup

protected int lookup(KeyEvent event,
                     Spannable content)
Overrides:
lookup in class NumberKeyListener


Copyright © 2008-2012. All Rights Reserved.