Class KeyboardView
- Namespace
- Android.Inputmethodservice
- Assembly
- MASES.Netdroid.dll
[Obsolete("Deprecated in JVM")]
public class KeyboardView : View, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IAccessibilityEventSource
- Inheritance
-
KeyboardView
- Implements
- Inherited Members
- Extension Methods
Constructors
KeyboardView(Context, AttributeSet)
[Obsolete("Deprecated in JVM")]
public KeyboardView(Context arg0, AttributeSet arg1)
Parameters
arg0Contextarg1AttributeSet
KeyboardView(Context, AttributeSet, int)
[Obsolete("Deprecated in JVM")]
public KeyboardView(Context arg0, AttributeSet arg1, int arg2)
Parameters
arg0Contextarg1AttributeSetarg2int
KeyboardView(Context, AttributeSet, int, int)
[Obsolete("Deprecated in JVM")]
public KeyboardView(Context arg0, AttributeSet arg1, int arg2, int arg3)
Parameters
arg0Contextarg1AttributeSetarg2intarg3int
KeyboardView(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 KeyboardView(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
Closing()
[Obsolete("Deprecated in JVM")]
public void Closing()
CreatePoolableInstance(Context, AttributeSet)
HPA initializer for KeyboardView(Android.Content.Context arg0, Android.Util.AttributeSet arg1)
public static KeyboardView CreatePoolableInstance(Context arg0, AttributeSet arg1)
Parameters
arg0Contextarg1AttributeSet
Returns
CreatePoolableInstance(Context, AttributeSet, int)
HPA initializer for KeyboardView(Android.Content.Context arg0, Android.Util.AttributeSet arg1, int arg2)
public static KeyboardView CreatePoolableInstance(Context arg0, AttributeSet arg1, int arg2)
Parameters
arg0Contextarg1AttributeSetarg2int
Returns
CreatePoolableInstance(Context, AttributeSet, int, int)
HPA initializer for KeyboardView(Android.Content.Context arg0, Android.Util.AttributeSet arg1, int arg2, int arg3)
public static KeyboardView CreatePoolableInstance(Context arg0, AttributeSet arg1, int arg2, int arg3)
Parameters
arg0Contextarg1AttributeSetarg2intarg3int
Returns
GetKeyboard()
[Obsolete("Deprecated in JVM")]
public Keyboard GetKeyboard()
Returns
HandleBack()
[Obsolete("Deprecated in JVM")]
public bool HandleBack()
Returns
InvalidateAllKeys()
[Obsolete("Deprecated in JVM")]
public void InvalidateAllKeys()
InvalidateKey(int)
[Obsolete("Deprecated in JVM")]
public void InvalidateKey(int arg0)
Parameters
IsPreviewEnabled()
[Obsolete("Deprecated in JVM")]
public bool IsPreviewEnabled()
Returns
IsProximityCorrectionEnabled()
[Obsolete("Deprecated in JVM")]
public bool IsProximityCorrectionEnabled()
Returns
IsShifted()
[Obsolete("Deprecated in JVM")]
public bool IsShifted()
Returns
OnClick(View)
[Obsolete("Deprecated in JVM")]
public void OnClick(View arg0)
Parameters
OnDetachedFromWindow()
[Obsolete("Deprecated in JVM")]
public void OnDetachedFromWindow()
OnDraw(Canvas)
[Obsolete("Deprecated in JVM")]
public void OnDraw(Canvas arg0)
Parameters
OnMeasure(int, int)
[Obsolete("Deprecated in JVM")]
public void OnMeasure(int arg0, int arg1)
Parameters
OnSizeChanged(int, int, int, int)
[Obsolete("Deprecated in JVM")]
public void OnSizeChanged(int arg0, int arg1, int arg2, int arg3)
Parameters
SetKeyboard(Keyboard)
[Obsolete("Deprecated in JVM")]
public void SetKeyboard(Keyboard arg0)
Parameters
SetOnKeyboardActionListener(OnKeyboardActionListener)
[Obsolete("Deprecated in JVM")]
public void SetOnKeyboardActionListener(KeyboardView.OnKeyboardActionListener arg0)
Parameters
SetPopupOffset(int, int)
[Obsolete("Deprecated in JVM")]
public void SetPopupOffset(int arg0, int arg1)
Parameters
SetPopupParent(View)
[Obsolete("Deprecated in JVM")]
public void SetPopupParent(View arg0)
Parameters
SetPreviewEnabled(bool)
[Obsolete("Deprecated in JVM")]
public void SetPreviewEnabled(bool arg0)
Parameters
SetProximityCorrectionEnabled(bool)
[Obsolete("Deprecated in JVM")]
public void SetProximityCorrectionEnabled(bool arg0)
Parameters
SetShifted(bool)
[Obsolete("Deprecated in JVM")]
public bool SetShifted(bool arg0)
Parameters
Returns
SetVerticalCorrection(int)
[Obsolete("Deprecated in JVM")]
public void SetVerticalCorrection(int arg0)