C# Class CustomKeyboard.Activity1

Inheritance: Android.App.Activity
显示文件 Open project: Vaikesh/CustomKeyboard

Public Properties

Property Type Description
mKeyboard Keyboard
mKeyboardView CustomKeyboardView
mTargetView Android.Views.View

Public Methods

Method Description
ShowKeyboardWithAnimation ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Method Details

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

ShowKeyboardWithAnimation() public method

public ShowKeyboardWithAnimation ( ) : void
return void

Property Details

mKeyboard public_oe property

public Keyboard mKeyboard
return Keyboard

mKeyboardView public_oe property

public CustomKeyboardView,CustomKeyboard mKeyboardView
return CustomKeyboardView

mTargetView public_oe property

public View,Android.Views mTargetView
return Android.Views.View