Class BaseMovementMethod
public class BaseMovementMethod : MovementMethod, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IMovementMethod
- Inheritance
-
BaseMovementMethod
- Implements
- Derived
- Extension Methods
Constructors
BaseMovementMethod()
public BaseMovementMethod()
BaseMovementMethod(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 BaseMovementMethod(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
Methods
CanSelectArbitrarily()
public bool CanSelectArbitrarily()
Returns
CreatePoolableInstance()
HPA initializer for BaseMovementMethod()
public static BaseMovementMethod CreatePoolableInstance()
Returns
Initialize(TextView, Spannable)
public void Initialize(TextView arg0, Spannable arg1)
Parameters
NextParagraph(TextView, Spannable)
public bool NextParagraph(TextView arg0, Spannable arg1)
Parameters
Returns
OnGenericMotionEvent(TextView, Spannable, MotionEvent)
public bool OnGenericMotionEvent(TextView arg0, Spannable arg1, MotionEvent arg2)
Parameters
arg0TextViewarg1Spannablearg2MotionEvent
Returns
OnKeyDown(TextView, Spannable, int, KeyEvent)
public bool OnKeyDown(TextView arg0, Spannable arg1, int arg2, KeyEvent arg3)
Parameters
Returns
OnKeyOther(TextView, Spannable, KeyEvent)
public bool OnKeyOther(TextView arg0, Spannable arg1, KeyEvent arg2)
Parameters
Returns
OnKeyUp(TextView, Spannable, int, KeyEvent)
public bool OnKeyUp(TextView arg0, Spannable arg1, int arg2, KeyEvent arg3)
Parameters
Returns
OnTakeFocus(TextView, Spannable, int)
public void OnTakeFocus(TextView arg0, Spannable arg1, int arg2)
Parameters
OnTouchEvent(TextView, Spannable, MotionEvent)
public bool OnTouchEvent(TextView arg0, Spannable arg1, MotionEvent arg2)
Parameters
arg0TextViewarg1Spannablearg2MotionEvent
Returns
OnTrackballEvent(TextView, Spannable, MotionEvent)
public bool OnTrackballEvent(TextView arg0, Spannable arg1, MotionEvent arg2)
Parameters
arg0TextViewarg1Spannablearg2MotionEvent
Returns
PreviousParagraph(TextView, Spannable)
public bool PreviousParagraph(TextView arg0, Spannable arg1)