public final class KeyboardUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
hideSoftInput(android.app.Activity activity) |
static void |
hideSoftInput(android.content.Context context,
android.view.View view) |
static void |
showSoftInput(android.widget.EditText edit) |
static void |
toggleSoftInput() |
public static void hideSoftInput(android.app.Activity activity)
public static void hideSoftInput(android.content.Context context, android.view.View view)
public static void showSoftInput(android.widget.EditText edit)
public static void toggleSoftInput()