Java android.text.method MetaKeyKeyListener fields, constructors, methods, implement or subclass

Example usage for Java android.text.method MetaKeyKeyListener fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.text.method MetaKeyKeyListener.

The text is from its open source code.

Method

voidadjustMetaAfterKeypress(Spannable content)
Call this method after you handle a keypress so that the meta state will be reset to unshifted (if it is not still down) or primed to be reset to unshifted (once it is released).
longadjustMetaAfterKeypress(long state)
Call this method after you handle a keypress so that the meta state will be reset to unshifted (if it is not still down) or primed to be reset to unshifted (once it is released).
intgetMetaState(CharSequence text)
Gets the state of the meta keys.
intgetMetaState(long state)
Gets the state of the meta keys.
longhandleKeyDown(long state, int keyCode, KeyEvent event)
Handles presses of the meta keys.
longhandleKeyUp(long state, int keyCode, KeyEvent event)
Handles release of the meta keys.