public interface IKeyboardManager
限定符和类型 | 接口和说明 |
---|---|
static interface |
IKeyboardManager.OnLiveKeyboardListener |
限定符和类型 | 方法和说明 |
---|---|
void |
addKeyboardListener(IKeyboardManager.OnLiveKeyboardListener listener) |
android.view.ViewTreeObserver.OnGlobalLayoutListener |
getGlobalLayoutListener() |
boolean |
isKeyboardShow()
软键盘是否正在展示
|
void |
removeKeyboardListener(IKeyboardManager.OnLiveKeyboardListener listener) |
void |
setRootView(android.view.View rootView)
设置页面根View,用于监听软键盘的状态
|
boolean isKeyboardShow()
void setRootView(android.view.View rootView)
rootView
- void addKeyboardListener(IKeyboardManager.OnLiveKeyboardListener listener)
void removeKeyboardListener(IKeyboardManager.OnLiveKeyboardListener listener)
android.view.ViewTreeObserver.OnGlobalLayoutListener getGlobalLayoutListener()