Class MetaKeyKeyListener
public class MetaKeyKeyListener : JVMBridgeBase<MetaKeyKeyListener>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
MetaKeyKeyListener
- Implements
- Extension Methods
Constructors
MetaKeyKeyListener()
public MetaKeyKeyListener()
MetaKeyKeyListener(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public MetaKeyKeyListener(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
META_ALT_LOCKED
public static int META_ALT_LOCKED { get; set; }
Property Value
META_ALT_ON
public static int META_ALT_ON { get; set; }
Property Value
META_CAP_LOCKED
public static int META_CAP_LOCKED { get; set; }
Property Value
META_SHIFT_ON
public static int META_SHIFT_ON { get; set; }
Property Value
META_SYM_LOCKED
public static int META_SYM_LOCKED { get; set; }
Property Value
META_SYM_ON
public static int META_SYM_ON { get; set; }
Property Value
Methods
AdjustMetaAfterKeypress(Spannable)
public static void AdjustMetaAfterKeypress(Spannable arg0)
Parameters
AdjustMetaAfterKeypress(long)
public static long AdjustMetaAfterKeypress(long arg0)
Parameters
Returns
ClearMetaKeyState(Editable, int)
public static void ClearMetaKeyState(Editable arg0, int arg1)
Parameters
ClearMetaKeyState(View, Editable, int)
public void ClearMetaKeyState(View arg0, Editable arg1, int arg2)
Parameters
ClearMetaKeyState(long, int)
public long ClearMetaKeyState(long arg0, int arg1)
Parameters
Returns
CreatePoolableInstance()
HPA initializer for MetaKeyKeyListener()
public static MetaKeyKeyListener CreatePoolableInstance()
Returns
GetMetaState(CharSequence)
public static int GetMetaState(CharSequence arg0)
Parameters
arg0CharSequence
Returns
GetMetaState(CharSequence, KeyEvent)
public static int GetMetaState(CharSequence arg0, KeyEvent arg1)
Parameters
arg0CharSequencearg1KeyEvent
Returns
GetMetaState(CharSequence, int)
public static int GetMetaState(CharSequence arg0, int arg1)
Parameters
arg0CharSequencearg1int
Returns
GetMetaState(CharSequence, int, KeyEvent)
public static int GetMetaState(CharSequence arg0, int arg1, KeyEvent arg2)
Parameters
arg0CharSequencearg1intarg2KeyEvent
Returns
GetMetaState(long)
public static int GetMetaState(long arg0)
Parameters
Returns
GetMetaState(long, int)
public static int GetMetaState(long arg0, int arg1)
Parameters
Returns
HandleKeyDown(long, int, KeyEvent)
public static long HandleKeyDown(long arg0, int arg1, KeyEvent arg2)
Parameters
Returns
HandleKeyUp(long, int, KeyEvent)
public static long HandleKeyUp(long arg0, int arg1, KeyEvent arg2)
Parameters
Returns
IsMetaTracker(CharSequence, object)
public static bool IsMetaTracker(CharSequence arg0, object arg1)
Parameters
arg0CharSequencearg1object
Returns
IsSelectingMetaTracker(CharSequence, object)
public static bool IsSelectingMetaTracker(CharSequence arg0, object arg1)
Parameters
arg0CharSequencearg1object
Returns
OnKeyDown(View, Editable, int, KeyEvent)
public bool OnKeyDown(View arg0, Editable arg1, int arg2, KeyEvent arg3)
Parameters
Returns
OnKeyUp(View, Editable, int, KeyEvent)
public bool OnKeyUp(View arg0, Editable arg1, int arg2, KeyEvent arg3)
Parameters
Returns
ResetLockedMeta(long)
public static long ResetLockedMeta(long arg0)
Parameters
Returns
ResetMetaState(Spannable)
public static void ResetMetaState(Spannable arg0)