Package com.king.keyboard

Types

Keyboard
Link copied to clipboard
open class Keyboard
Loads an XML description of a keyboard and stores the attributes of the keys.
KeyboardView
Link copied to clipboard
open class KeyboardView : View, View.OnClickListener
A view that renders a virtual Keyboard.
KingKeyboard
Link copied to clipboard
open class KingKeyboard
KingKeyboardView
Link copied to clipboard
open class KingKeyboardView : KeyboardView

Functions

containsKey
Link copied to clipboard
fun <T> SparseArray<T>.containsKey(key: Int): Boolean
Returns true if the collection contains key.
hideSystemInputMethod
Link copied to clipboard
fun View.hideSystemInputMethod()
隐藏系统输入法
isLowerCase
Link copied to clipboard
fun Char.isLowerCase(c: Char): Boolean
判断是否是小写字母
isUpperCase
Link copied to clipboard
fun Char.isUpperCase(c: Char): Boolean
判断是否是大写字母
set
Link copied to clipboard
operator fun <T> SparseArray<T>.set(key: Int, value: T)
Allows the use of the index operator for storing values in the collection.
showSystemInputMethod
Link copied to clipboard
fun View.showSystemInputMethod()
显示系统输入法

Properties

isVisible
Link copied to clipboard
var View.isVisible: Boolean