FileDocCategorySizeDatePackage
MetaKeyKeyListener.javaAPI DocAndroid 5.1 API2840Sat Mar 14 14:09:40 GMT 2015android.text.method

MetaKeyKeyListener

public abstract class MetaKeyKeyListener extends Object

Fields Summary
public static final int
META_ALT_LOCKED
public static final int
META_ALT_ON
public static final int
META_CAP_LOCKED
public static final int
META_SHIFT_ON
public static final int
META_SYM_LOCKED
public static final int
META_SYM_ON
Constructors Summary
public MetaKeyKeyListener()

 throw new RuntimeException("Stub!"); 
Methods Summary
public static longadjustMetaAfterKeypress(long state)

 throw new RuntimeException("Stub!"); 
public static voidadjustMetaAfterKeypress(android.text.Spannable content)

 throw new RuntimeException("Stub!"); 
public voidclearMetaKeyState(android.view.View view, android.text.Editable content, int states)

 throw new RuntimeException("Stub!"); 
public static voidclearMetaKeyState(android.text.Editable content, int states)

 throw new RuntimeException("Stub!"); 
public longclearMetaKeyState(long state, int which)

 throw new RuntimeException("Stub!"); 
public static final intgetMetaState(long state)

 throw new RuntimeException("Stub!"); 
public static final intgetMetaState(long state, int meta)

 throw new RuntimeException("Stub!"); 
public static final intgetMetaState(java.lang.CharSequence text)

 throw new RuntimeException("Stub!"); 
public static final intgetMetaState(java.lang.CharSequence text, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public static final intgetMetaState(java.lang.CharSequence text, int meta)

 throw new RuntimeException("Stub!"); 
public static final intgetMetaState(java.lang.CharSequence text, int meta, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public static longhandleKeyDown(long state, int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public static longhandleKeyUp(long state, int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
public static booleanisMetaTracker(java.lang.CharSequence text, java.lang.Object what)

 throw new RuntimeException("Stub!"); 
public static booleanisSelectingMetaTracker(java.lang.CharSequence text, java.lang.Object what)

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

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

 throw new RuntimeException("Stub!"); 
protected static voidresetLockedMeta(android.text.Spannable content)

 throw new RuntimeException("Stub!"); 
public static longresetLockedMeta(long state)

 throw new RuntimeException("Stub!"); 
public static voidresetMetaState(android.text.Spannable text)

 throw new RuntimeException("Stub!");