类 EaseSoftKeyboardHelper


  • public class EaseSoftKeyboardHelper
    extends java.lang.Object
    • 方法概要

      所有方法 静态方法 具体方法 
      修饰符和类型 方法 说明
      static void hideKeyboard​(android.view.View view)
      hide soft keyboard.
      static void showKeyboard​(android.view.View view)
      show soft keyboard.
      static void toggleKeyboard​(android.content.Context context)
      toggle soft keyboard.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • EaseSoftKeyboardHelper

        public EaseSoftKeyboardHelper()
    • 方法详细资料

      • showKeyboard

        public static void showKeyboard​(android.view.View view)
        show soft keyboard.
        参数:
        view -
      • hideKeyboard

        public static void hideKeyboard​(android.view.View view)
        hide soft keyboard.
        参数:
        view -
      • toggleKeyboard

        public static void toggleKeyboard​(android.content.Context context)
        toggle soft keyboard.
        参数:
        context -