public final class KeyboardUtils
extends java.lang.Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
KeyboardUtils.OnSoftInputChangedListener |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
hideSoftInput(android.view.View view) |
static void |
registerSoftInputChangedListener(android.app.Activity activity,
BasePopupView popupView,
KeyboardUtils.OnSoftInputChangedListener listener)
Register soft input changed listener.
|
static void |
removeLayoutChangeListener(android.view.View decorView,
BasePopupView popupView) |
static void |
showSoftInput(android.view.View view) |
public static void registerSoftInputChangedListener(android.app.Activity activity,
BasePopupView popupView,
KeyboardUtils.OnSoftInputChangedListener listener)
activity - The activity.listener - The soft input changed listener.public static void removeLayoutChangeListener(android.view.View decorView,
BasePopupView popupView)
public static void showSoftInput(android.view.View view)
public static void hideSoftInput(android.view.View view)