public class android.view.SoundEffectConstants
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.view.SoundEffectConstants
  super_class: java.lang.Object
{
  public static final int CLICK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

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

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

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

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

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.view.SoundEffectConstants this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.view.SoundEffectConstants this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/view/SoundEffectConstants;

  public static int getContantForFocusDirection(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int direction
         0: .line 44
            iload 0 /* direction */
            lookupswitch { // 6
                    1: 4
                    2: 2
                   17: 3
                   33: 4
                   66: 1
                  130: 2
              default: 5
          }
         1: .line 46
      StackMap locals:
      StackMap stack:
            iconst_3
            ireturn
         2: .line 49
      StackMap locals:
      StackMap stack:
            iconst_4
            ireturn
         3: .line 51
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
         4: .line 54
      StackMap locals:
      StackMap stack:
            iconst_2
            ireturn
         5: .line 56
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            ldc "direction must be one of {FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, FOCUS_RIGHT, FOCUS_FORWARD, FOCUS_BACKWARD}."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // int direction
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0  direction  I
    MethodParameters:
           Name  Flags
      direction  
}
SourceFile: "SoundEffectConstants.java"