Build m5-rc15

android.text.method
Class MultiTapInputMethod

java.lang.Object
  extended by android.text.method.MetaKeyInputMethod
      extended by android.text.method.BaseInputMethod
          extended by android.text.method.MultiTapInputMethod
All Implemented Interfaces:
InputMethod, SpanWatcher

public class MultiTapInputMethod
extends BaseInputMethod
implements SpanWatcher


Field Summary
 
Fields inherited from class android.text.method.MetaKeyInputMethod
META_ALT_LOCKED, META_ALT_ON, META_CAP_LOCKED, META_CAP_ON, META_SYM_LOCKED, META_SYM_ON
 
Constructor Summary
MultiTapInputMethod(TextInputMethod.Capitalize cap, boolean autotext)
           
 
Method Summary
static MultiTapInputMethod getInstance(boolean autotext, TextInputMethod.Capitalize cap)
           
 boolean onKeyDown(View view, Editable content, int keyCode, KeyEvent event)
           
 void onSpanAdded(Spannable spannable, Object obj, int i, int j)
           
 void onSpanChanged(Spannable buf, Object what, int s, int e, int start, int stop)
           
 void onSpanRemoved(Spannable spannable, Object obj, int i, int j)
           
 
Methods inherited from class android.text.method.BaseInputMethod
backspace
 
Methods inherited from class android.text.method.MetaKeyInputMethod
adjustMetaAfterKeypress, getMetaState, getMetaState, isMetaTracker, onKeyUp, 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.InputMethod
onKeyUp
 

Constructor Detail

MultiTapInputMethod

public MultiTapInputMethod(TextInputMethod.Capitalize cap,
                           boolean autotext)
Method Detail

getInstance

public static MultiTapInputMethod getInstance(boolean autotext,
                                              TextInputMethod.Capitalize cap)

onKeyDown

public boolean onKeyDown(View view,
                         Editable content,
                         int keyCode,
                         KeyEvent event)
Specified by:
onKeyDown in interface InputMethod
Overrides:
onKeyDown in class BaseInputMethod

onSpanChanged

public void onSpanChanged(Spannable buf,
                          Object what,
                          int s,
                          int e,
                          int start,
                          int stop)
Specified by:
onSpanChanged in interface SpanWatcher

onSpanAdded

public void onSpanAdded(Spannable spannable,
                        Object obj,
                        int i,
                        int j)
Specified by:
onSpanAdded in interface SpanWatcher

onSpanRemoved

public void onSpanRemoved(Spannable spannable,
                          Object obj,
                          int i,
                          int j)
Specified by:
onSpanRemoved in interface SpanWatcher

Build m5-rc15

Please submit a feedback, bug or feature