interface android.inputmethodservice.InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType extends java.lang.annotation.Annotation
  minor version: 0
  major version: 59
  flags: flags: (0x2600) ACC_INTERFACE, ACC_ABSTRACT, ACC_ANNOTATION
  this_class: android.inputmethodservice.InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType
  super_class: java.lang.Object
{
  public static final int UNKNOWN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int FALSE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int TRUE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2
}
SourceFile: "InputMethodService.java"
NestHost: android.inputmethodservice.InputMethodService
InnerClasses:
  private final SettingsObserver = android.inputmethodservice.InputMethodService$SettingsObserver of android.inputmethodservice.InputMethodService
  private abstract ShowImeWithHardKeyboardType = android.inputmethodservice.InputMethodService$SettingsObserver$ShowImeWithHardKeyboardType of android.inputmethodservice.InputMethodService$SettingsObserver
    RuntimeVisibleAnnotations: 
      java.lang.annotation.Retention(value = java.lang.annotation.RetentionPolicy.SOURCE:Ljava/lang/annotation/RetentionPolicy;)