C# Class android.text.method.BaseKeyListener

Inheritance: android.text.method.MetaKeyKeyListener, KeyListener
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
backspace ( android arg0, android arg1, int arg2, android arg3 ) : bool
getInputType ( ) : int
onKeyDown ( android arg0, android arg1, int arg2, android arg3 ) : bool
onKeyOther ( android arg0, android arg1, android arg2 ) : bool

Protected Methods

Method Description
BaseKeyListener ( global @__env )

Private Methods

Method Description
BaseKeyListener ( )

Method Details

BaseKeyListener() protected method

protected BaseKeyListener ( global @__env )
@__env global

backspace() public method

public backspace ( android arg0, android arg1, int arg2, android arg3 ) : bool
arg0 android
arg1 android
arg2 int
arg3 android
return bool

getInputType() public abstract method

public abstract getInputType ( ) : int
return int

onKeyDown() public method

public onKeyDown ( android arg0, android arg1, int arg2, android arg3 ) : bool
arg0 android
arg1 android
arg2 int
arg3 android
return bool

onKeyOther() public method

public onKeyOther ( android arg0, android arg1, android arg2 ) : bool
arg0 android
arg1 android
arg2 android
return bool