public class KeyPreImeEvent
extends java.lang.Object
Event that corresponds to an underlying android.widget.EditText#onKeyPreIme(). If you handled the
event, return true. If you want to allow the event to be handled by the next receiver, return
false.