final class com.sun.webkit.graphics.RenderMediaControls
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.webkit.graphics.RenderMediaControls
  super_class: java.lang.Object
{
  private static final int PLAY_BUTTON;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int PAUSE_BUTTON;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final int DISABLED_PLAY_BUTTON;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int MUTE_BUTTON;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int UNMUTE_BUTTON;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  private static final int DISABLED_MUTE_BUTTON;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final int TIME_SLIDER_TRACK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  private static final int TIME_SLIDER_THUMB;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  private static final int VOLUME_CONTAINER;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  private static final int VOLUME_TRACK;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  private static final int VOLUME_THUMB;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  private static final int TimeSliderTrackUnbufferedColor;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int TimeSliderTrackBufferedColor;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int TimeSliderTrackThickness;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final int VolumeTrackColor;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int VolumeTrackThickness;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int SLIDER_TYPE_TIME;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final int SLIDER_TYPE_VOLUME;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final java.util.Map<java.lang.String, com.sun.webkit.graphics.WCImage> controlImages;
    descriptor: Ljava/util/Map;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Map<Ljava/lang/String;Lcom/sun/webkit/graphics/WCImage;>;

  private static final boolean log;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 131
            sipush 236
            sipush 135
            bipush 125
            invokestatic com.sun.webkit.graphics.RenderMediaControls.rgba:(III)I
         1: .line 130
            putstatic com.sun.webkit.graphics.RenderMediaControls.TimeSliderTrackUnbufferedColor:I
         2: .line 133
            sipush 249
            bipush 26
            iconst_2
            invokestatic com.sun.webkit.graphics.RenderMediaControls.rgba:(III)I
         3: .line 132
            putstatic com.sun.webkit.graphics.RenderMediaControls.TimeSliderTrackBufferedColor:I
         4: .line 200
            sipush 208
            sipush 208
            sipush 208
            sipush 128
            invokestatic com.sun.webkit.graphics.RenderMediaControls.rgba:(IIII)I
            putstatic com.sun.webkit.graphics.RenderMediaControls.VolumeTrackColor:I
         5: .line 246
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
         6: .line 245
            putstatic com.sun.webkit.graphics.RenderMediaControls.controlImages:Ljava/util/Map;
         7: .line 287
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.String getControlName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int control
         0: .line 62
            iload 0 /* control */
            tableswitch { // 1 - 13
                    1: 1
                    2: 2
                    3: 3
                    4: 4
                    5: 5
                    6: 6
                    7: 12
                    8: 12
                    9: 7
                   10: 8
                   11: 9
                   12: 10
                   13: 11
              default: 12
          }
         1: .line 63
      StackMap locals:
      StackMap stack:
            ldc "PLAY_BUTTON"
            areturn
         2: .line 64
      StackMap locals:
      StackMap stack:
            ldc "PAUSE_BUTTON"
            areturn
         3: .line 65
      StackMap locals:
      StackMap stack:
            ldc "DISABLED_PLAY_BUTTON"
            areturn
         4: .line 67
      StackMap locals:
      StackMap stack:
            ldc "MUTE_BUTTON"
            areturn
         5: .line 68
      StackMap locals:
      StackMap stack:
            ldc "UNMUTE_BUTTON"
            areturn
         6: .line 69
      StackMap locals:
      StackMap stack:
            ldc "DISABLED_MUTE_BUTTON"
            areturn
         7: .line 75
      StackMap locals:
      StackMap stack:
            ldc "TIME_SLIDER_TRACK"
            areturn
         8: .line 76
      StackMap locals:
      StackMap stack:
            ldc "TIME_SLIDER_THUMB"
            areturn
         9: .line 78
      StackMap locals:
      StackMap stack:
            ldc "VOLUME_CONTAINER"
            areturn
        10: .line 79
      StackMap locals:
      StackMap stack:
            ldc "VOLUME_TRACK"
            areturn
        11: .line 80
      StackMap locals:
      StackMap stack:
            ldc "VOLUME_THUMB"
            areturn
        12: .line 85
      StackMap locals:
      StackMap stack:
            new java.lang.StringBuilder
            dup
            ldc "{UNKNOWN CONTROL "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 0 /* control */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc "}"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // int control
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0  control  I
    MethodParameters:
         Name  Flags
      control  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.webkit.graphics.RenderMediaControls this
         0: .line 89
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.webkit.graphics.RenderMediaControls this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/graphics/RenderMediaControls;

  static void paintControl(com.sun.webkit.graphics.WCGraphicsContext, int, int, int, int, int);
    descriptor: (Lcom/sun/webkit/graphics/WCGraphicsContext;IIIII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.webkit.graphics.WCGraphicsContext gc
        start local 1 // int type
        start local 2 // int x
        start local 3 // int y
        start local 4 // int w
        start local 5 // int h
         0: .line 97
            iload 1 /* type */
            tableswitch { // 1 - 13
                    1: 1
                    2: 3
                    3: 5
                    4: 7
                    5: 9
                    6: 11
                    7: 18
                    8: 18
                    9: 18
                   10: 13
                   11: 15
                   12: 18
                   13: 16
              default: 18
          }
         1: .line 99
      StackMap locals:
      StackMap stack:
            ldc "mediaPlay"
            aload 0 /* gc */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            invokestatic com.sun.webkit.graphics.RenderMediaControls.paintControlImage:(Ljava/lang/String;Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
         2: .line 100
            goto 18
         3: .line 102
      StackMap locals:
      StackMap stack:
            ldc "mediaPause"
            aload 0 /* gc */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            invokestatic com.sun.webkit.graphics.RenderMediaControls.paintControlImage:(Ljava/lang/String;Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
         4: .line 103
            goto 18
         5: .line 105
      StackMap locals:
      StackMap stack:
            ldc "mediaPlayDisabled"
            aload 0 /* gc */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            invokestatic com.sun.webkit.graphics.RenderMediaControls.paintControlImage:(Ljava/lang/String;Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
         6: .line 106
            goto 18
         7: .line 108
      StackMap locals:
      StackMap stack:
            ldc "mediaMute"
            aload 0 /* gc */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            invokestatic com.sun.webkit.graphics.RenderMediaControls.paintControlImage:(Ljava/lang/String;Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
         8: .line 109
            goto 18
         9: .line 111
      StackMap locals:
      StackMap stack:
            ldc "mediaUnmute"
            aload 0 /* gc */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            invokestatic com.sun.webkit.graphics.RenderMediaControls.paintControlImage:(Ljava/lang/String;Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
        10: .line 112
            goto 18
        11: .line 114
      StackMap locals:
      StackMap stack:
            ldc "mediaMuteDisabled"
            aload 0 /* gc */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            invokestatic com.sun.webkit.graphics.RenderMediaControls.paintControlImage:(Ljava/lang/String;Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
        12: .line 115
            goto 18
        13: .line 117
      StackMap locals:
      StackMap stack:
            ldc "mediaTimeThumb"
            aload 0 /* gc */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            invokestatic com.sun.webkit.graphics.RenderMediaControls.paintControlImage:(Ljava/lang/String;Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
        14: .line 118
            goto 18
        15: .line 120
      StackMap locals:
      StackMap stack:
            goto 18
        16: .line 122
      StackMap locals:
      StackMap stack:
            ldc "mediaVolumeThumb"
            aload 0 /* gc */
            iload 2 /* x */
            iload 3 /* y */
            iload 4 /* w */
            iload 5 /* h */
            invokestatic com.sun.webkit.graphics.RenderMediaControls.paintControlImage:(Ljava/lang/String;Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
        17: .line 123
            goto 18
        18: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 5 // int h
        end local 4 // int w
        end local 3 // int y
        end local 2 // int x
        end local 1 // int type
        end local 0 // com.sun.webkit.graphics.WCGraphicsContext gc
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0    gc  Lcom/sun/webkit/graphics/WCGraphicsContext;
            0   19     1  type  I
            0   19     2     x  I
            0   19     3     y  I
            0   19     4     w  I
            0   19     5     h  I
    MethodParameters:
      Name  Flags
      gc    
      type  
      x     
      y     
      w     
      h     

  static void paintTimeSliderTrack(com.sun.webkit.graphics.WCGraphicsContext, float, float, float[], int, int, int, int);
    descriptor: (Lcom/sun/webkit/graphics/WCGraphicsContext;FF[FIIII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=12, args_size=8
        start local 0 // com.sun.webkit.graphics.WCGraphicsContext gc
        start local 1 // float duration
        start local 2 // float curTime
        start local 3 // float[] bufferedPairs
        start local 4 // int x
        start local 5 // int y
        start local 6 // int w
        start local 7 // int h
         0: .line 155
            iload 5 /* y */
            iload 7 /* h */
            iconst_3
            isub
            iconst_2
            idiv
            iadd
            istore 5 /* y */
         1: .line 156
            iconst_3
            istore 7 /* h */
         2: .line 158
            iconst_0
            invokestatic com.sun.webkit.graphics.RenderMediaControls.fwkGetSliderThumbSize:(I)I
            bipush 16
            ishr
            ldc 65535
            iand
            istore 8 /* thumbWidth */
        start local 8 // int thumbWidth
         3: .line 159
            iload 6 /* w */
            iload 8 /* thumbWidth */
            isub
            istore 6 /* w */
         4: .line 160
            iload 4 /* x */
            iload 8 /* thumbWidth */
            iconst_2
            idiv
            iadd
            istore 4 /* x */
         5: .line 162
            fload 1 /* duration */
            fconst_0
            fcmpg
            iflt 26
         6: .line 165
            fconst_1
            fload 1 /* duration */
            fdiv
            iload 6 /* w */
            i2f
            fmul
            fstore 9 /* timeToPixel */
        start local 9 // float timeToPixel
         7: .line 166
            fconst_0
            fstore 10 /* start */
        start local 10 // float start
         8: .line 167
            iconst_0
            istore 11 /* i */
        start local 11 // int i
         9: goto 20
        10: .line 173
      StackMap locals: com.sun.webkit.graphics.WCGraphicsContext float float float[] int int int int int float float int
      StackMap stack:
            aload 0 /* gc */
            iload 4 /* x */
            i2f
            fload 9 /* timeToPixel */
            fload 10 /* start */
            fmul
            fadd
            iload 5 /* y */
            i2f
        11: .line 174
            fload 9 /* timeToPixel */
            aload 3 /* bufferedPairs */
            iload 11 /* i */
            faload
            fload 10 /* start */
            fsub
            fmul
            iload 7 /* h */
            i2f
        12: .line 175
            getstatic com.sun.webkit.graphics.RenderMediaControls.TimeSliderTrackUnbufferedColor:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        13: .line 173
            invokevirtual com.sun.webkit.graphics.WCGraphicsContext.fillRect:(FFFFLjava/lang/Integer;)V
        14: .line 181
            aload 0 /* gc */
            iload 4 /* x */
            i2f
            fload 9 /* timeToPixel */
            aload 3 /* bufferedPairs */
            iload 11 /* i */
            faload
            fmul
            fadd
            iload 5 /* y */
            i2f
        15: .line 182
            fload 9 /* timeToPixel */
            aload 3 /* bufferedPairs */
            iload 11 /* i */
            iconst_1
            iadd
            faload
            aload 3 /* bufferedPairs */
            iload 11 /* i */
            faload
            fsub
            fmul
            iload 7 /* h */
            i2f
        16: .line 183
            getstatic com.sun.webkit.graphics.RenderMediaControls.TimeSliderTrackBufferedColor:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        17: .line 181
            invokevirtual com.sun.webkit.graphics.WCGraphicsContext.fillRect:(FFFFLjava/lang/Integer;)V
        18: .line 184
            aload 3 /* bufferedPairs */
            iload 11 /* i */
            iconst_1
            iadd
            faload
            fstore 10 /* start */
        19: .line 167
            iinc 11 /* i */ 2
      StackMap locals:
      StackMap stack:
        20: iload 11 /* i */
            aload 3 /* bufferedPairs */
            arraylength
            if_icmplt 10
        end local 11 // int i
        21: .line 186
            fload 10 /* start */
            fload 1 /* duration */
            fcmpg
            ifge 26
        22: .line 192
            aload 0 /* gc */
            iload 4 /* x */
            i2f
            fload 9 /* timeToPixel */
            fload 10 /* start */
            fmul
            fadd
            iload 5 /* y */
            i2f
        23: .line 193
            fload 9 /* timeToPixel */
            fload 1 /* duration */
            fload 10 /* start */
            fsub
            fmul
            iload 7 /* h */
            i2f
        24: .line 194
            getstatic com.sun.webkit.graphics.RenderMediaControls.TimeSliderTrackUnbufferedColor:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
        25: .line 192
            invokevirtual com.sun.webkit.graphics.WCGraphicsContext.fillRect:(FFFFLjava/lang/Integer;)V
        end local 10 // float start
        end local 9 // float timeToPixel
        26: .line 198
      StackMap locals:
      StackMap stack:
            return
        end local 8 // int thumbWidth
        end local 7 // int h
        end local 6 // int w
        end local 5 // int y
        end local 4 // int x
        end local 3 // float[] bufferedPairs
        end local 2 // float curTime
        end local 1 // float duration
        end local 0 // com.sun.webkit.graphics.WCGraphicsContext gc
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   27     0             gc  Lcom/sun/webkit/graphics/WCGraphicsContext;
            0   27     1       duration  F
            0   27     2        curTime  F
            0   27     3  bufferedPairs  [F
            0   27     4              x  I
            0   27     5              y  I
            0   27     6              w  I
            0   27     7              h  I
            3   27     8     thumbWidth  I
            7   26     9    timeToPixel  F
            8   26    10          start  F
            9   21    11              i  I
    MethodParameters:
               Name  Flags
      gc             
      duration       
      curTime        
      bufferedPairs  
      x              
      y              
      w              
      h              

  static void paintVolumeTrack(com.sun.webkit.graphics.WCGraphicsContext, float, boolean, int, int, int, int);
    descriptor: (Lcom/sun/webkit/graphics/WCGraphicsContext;FZIIII)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=8, args_size=7
        start local 0 // com.sun.webkit.graphics.WCGraphicsContext gc
        start local 1 // float curVolume
        start local 2 // boolean muted
        start local 3 // int x
        start local 4 // int y
        start local 5 // int w
        start local 6 // int h
         0: .line 213
            iload 3 /* x */
            iload 5 /* w */
            iconst_1
            iadd
            iconst_1
            isub
            iconst_2
            idiv
            iadd
            istore 3 /* x */
         1: .line 214
            iconst_1
            istore 5 /* w */
         2: .line 216
            iconst_0
            invokestatic com.sun.webkit.graphics.RenderMediaControls.fwkGetSliderThumbSize:(I)I
            ldc 65535
            iand
            istore 7 /* thumbWidth */
        start local 7 // int thumbWidth
         3: .line 217
            iload 6 /* h */
            iload 7 /* thumbWidth */
            isub
            istore 6 /* h */
         4: .line 218
            iload 4 /* y */
            iload 7 /* thumbWidth */
            iconst_2
            idiv
            iadd
            istore 4 /* y */
         5: .line 221
            aload 0 /* gc */
            iload 3 /* x */
            i2f
            iload 4 /* y */
            i2f
            iload 5 /* w */
            i2f
            iload 6 /* h */
            i2f
            getstatic com.sun.webkit.graphics.RenderMediaControls.VolumeTrackColor:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual com.sun.webkit.graphics.WCGraphicsContext.fillRect:(FFFFLjava/lang/Integer;)V
         6: .line 222
            return
        end local 7 // int thumbWidth
        end local 6 // int h
        end local 5 // int w
        end local 4 // int y
        end local 3 // int x
        end local 2 // boolean muted
        end local 1 // float curVolume
        end local 0 // com.sun.webkit.graphics.WCGraphicsContext gc
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0          gc  Lcom/sun/webkit/graphics/WCGraphicsContext;
            0    7     1   curVolume  F
            0    7     2       muted  Z
            0    7     3           x  I
            0    7     4           y  I
            0    7     5           w  I
            0    7     6           h  I
            3    7     7  thumbWidth  I
    MethodParameters:
           Name  Flags
      gc         
      curVolume  
      muted      
      x          
      y          
      w          
      h          

  private static int fwkGetSliderThumbSize(int);
    descriptor: (I)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // int type
         0: .line 230
            aconst_null
            astore 1 /* image */
        start local 1 // com.sun.webkit.graphics.WCImage image
         1: .line 231
            iload 0 /* type */
            tableswitch { // 0 - 1
                    0: 2
                    1: 4
              default: 5
          }
         2: .line 233
      StackMap locals: com.sun.webkit.graphics.WCImage
      StackMap stack:
            ldc "mediaTimeThumb"
            invokestatic com.sun.webkit.graphics.RenderMediaControls.getControlImage:(Ljava/lang/String;)Lcom/sun/webkit/graphics/WCImage;
            astore 1 /* image */
         3: .line 234
            goto 5
         4: .line 236
      StackMap locals:
      StackMap stack:
            ldc "mediaVolumeThumb"
            invokestatic com.sun.webkit.graphics.RenderMediaControls.getControlImage:(Ljava/lang/String;)Lcom/sun/webkit/graphics/WCImage;
            astore 1 /* image */
         5: .line 239
      StackMap locals:
      StackMap stack:
            aload 1 /* image */
            ifnull 7
         6: .line 240
            aload 1 /* image */
            invokevirtual com.sun.webkit.graphics.WCImage.getWidth:()I
            bipush 16
            ishl
            aload 1 /* image */
            invokevirtual com.sun.webkit.graphics.WCImage.getHeight:()I
            ior
            ireturn
         7: .line 242
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.sun.webkit.graphics.WCImage image
        end local 0 // int type
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   type  I
            1    8     1  image  Lcom/sun/webkit/graphics/WCImage;
    MethodParameters:
      Name  Flags
      type  

  private static com.sun.webkit.graphics.WCImage getControlImage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/webkit/graphics/WCImage;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // java.lang.String resName
         0: .line 249
            getstatic com.sun.webkit.graphics.RenderMediaControls.controlImages:Ljava/util/Map;
            aload 0 /* resName */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.sun.webkit.graphics.WCImage
            astore 1 /* image */
        start local 1 // com.sun.webkit.graphics.WCImage image
         1: .line 250
            aload 1 /* image */
            ifnonnull 9
         2: .line 252
            invokestatic com.sun.webkit.graphics.WCGraphicsManager.getGraphicsManager:()Lcom/sun/webkit/graphics/WCGraphicsManager;
            invokevirtual com.sun.webkit.graphics.WCGraphicsManager.getImageDecoder:()Lcom/sun/webkit/graphics/WCImageDecoder;
         3: .line 251
            astore 2 /* decoder */
        start local 2 // com.sun.webkit.graphics.WCImageDecoder decoder
         4: .line 253
            aload 2 /* decoder */
            aload 0 /* resName */
            invokevirtual com.sun.webkit.graphics.WCImageDecoder.loadFromResource:(Ljava/lang/String;)V
         5: .line 254
            aload 2 /* decoder */
            iconst_0
            invokevirtual com.sun.webkit.graphics.WCImageDecoder.getFrame:(I)Lcom/sun/webkit/graphics/WCImageFrame;
            astore 3 /* frame */
        start local 3 // com.sun.webkit.graphics.WCImageFrame frame
         6: .line 255
            aload 3 /* frame */
            ifnull 9
         7: .line 256
            aload 3 /* frame */
            invokevirtual com.sun.webkit.graphics.WCImageFrame.getFrame:()Lcom/sun/webkit/graphics/WCImage;
            astore 1 /* image */
         8: .line 257
            getstatic com.sun.webkit.graphics.RenderMediaControls.controlImages:Ljava/util/Map;
            aload 0 /* resName */
            aload 1 /* image */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 3 // com.sun.webkit.graphics.WCImageFrame frame
        end local 2 // com.sun.webkit.graphics.WCImageDecoder decoder
         9: .line 260
      StackMap locals: com.sun.webkit.graphics.WCImage
      StackMap stack:
            aload 1 /* image */
            areturn
        end local 1 // com.sun.webkit.graphics.WCImage image
        end local 0 // java.lang.String resName
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0  resName  Ljava/lang/String;
            1   10     1    image  Lcom/sun/webkit/graphics/WCImage;
            4    9     2  decoder  Lcom/sun/webkit/graphics/WCImageDecoder;
            6    9     3    frame  Lcom/sun/webkit/graphics/WCImageFrame;
    MethodParameters:
         Name  Flags
      resName  

  private static void paintControlImage(java.lang.String, com.sun.webkit.graphics.WCGraphicsContext, int, int, int, int);
    descriptor: (Ljava/lang/String;Lcom/sun/webkit/graphics/WCGraphicsContext;IIII)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=10, locals=7, args_size=6
        start local 0 // java.lang.String resName
        start local 1 // com.sun.webkit.graphics.WCGraphicsContext gc
        start local 2 // int x
        start local 3 // int y
        start local 4 // int w
        start local 5 // int h
         0: .line 265
            aload 0 /* resName */
            invokestatic com.sun.webkit.graphics.RenderMediaControls.getControlImage:(Ljava/lang/String;)Lcom/sun/webkit/graphics/WCImage;
            astore 6 /* image */
        start local 6 // com.sun.webkit.graphics.WCImage image
         1: .line 266
            aload 6 /* image */
            ifnull 10
         2: .line 268
            iload 2 /* x */
            iload 4 /* w */
            aload 6 /* image */
            invokevirtual com.sun.webkit.graphics.WCImage.getWidth:()I
            isub
            iconst_2
            idiv
            iadd
            istore 2 /* x */
         3: .line 269
            aload 6 /* image */
            invokevirtual com.sun.webkit.graphics.WCImage.getWidth:()I
            istore 4 /* w */
         4: .line 270
            iload 3 /* y */
            iload 5 /* h */
            aload 6 /* image */
            invokevirtual com.sun.webkit.graphics.WCImage.getHeight:()I
            isub
            iconst_2
            idiv
            iadd
            istore 3 /* y */
         5: .line 271
            aload 6 /* image */
            invokevirtual com.sun.webkit.graphics.WCImage.getHeight:()I
            istore 5 /* h */
         6: .line 272
            aload 1 /* gc */
            aload 6 /* image */
         7: .line 273
            iload 2 /* x */
            i2f
            iload 3 /* y */
            i2f
            iload 4 /* w */
            i2f
            iload 5 /* h */
            i2f
         8: .line 274
            fconst_0
            fconst_0
            aload 6 /* image */
            invokevirtual com.sun.webkit.graphics.WCImage.getWidth:()I
            i2f
            aload 6 /* image */
            invokevirtual com.sun.webkit.graphics.WCImage.getHeight:()I
            i2f
         9: .line 272
            invokevirtual com.sun.webkit.graphics.WCGraphicsContext.drawImage:(Lcom/sun/webkit/graphics/WCImage;FFFFFFFF)V
        10: .line 278
      StackMap locals: com.sun.webkit.graphics.WCImage
      StackMap stack:
            return
        end local 6 // com.sun.webkit.graphics.WCImage image
        end local 5 // int h
        end local 4 // int w
        end local 3 // int y
        end local 2 // int x
        end local 1 // com.sun.webkit.graphics.WCGraphicsContext gc
        end local 0 // java.lang.String resName
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0  resName  Ljava/lang/String;
            0   11     1       gc  Lcom/sun/webkit/graphics/WCGraphicsContext;
            0   11     2        x  I
            0   11     3        y  I
            0   11     4        w  I
            0   11     5        h  I
            1   11     6    image  Lcom/sun/webkit/graphics/WCImage;
    MethodParameters:
         Name  Flags
      resName  
      gc       
      x        
      y        
      w        
      h        

  private static int rgba(int, int, int, int);
    descriptor: (IIII)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // int r
        start local 1 // int g
        start local 2 // int b
        start local 3 // int a
         0: .line 281
            iload 3 /* a */
            sipush 255
            iand
            bipush 24
            ishl
            iload 0 /* r */
            sipush 255
            iand
            bipush 16
            ishl
            ior
            iload 1 /* g */
            sipush 255
            iand
            bipush 8
            ishl
            ior
            iload 2 /* b */
            sipush 255
            iand
            ior
            ireturn
        end local 3 // int a
        end local 2 // int b
        end local 1 // int g
        end local 0 // int r
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     r  I
            0    1     1     g  I
            0    1     2     b  I
            0    1     3     a  I
    MethodParameters:
      Name  Flags
      r     
      g     
      b     
      a     

  private static int rgba(int, int, int);
    descriptor: (III)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // int r
        start local 1 // int g
        start local 2 // int b
         0: .line 284
            iload 0 /* r */
            iload 1 /* g */
            iload 2 /* b */
            sipush 255
            invokestatic com.sun.webkit.graphics.RenderMediaControls.rgba:(IIII)I
            ireturn
        end local 2 // int b
        end local 1 // int g
        end local 0 // int r
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     r  I
            0    1     1     g  I
            0    1     2     b  I
    MethodParameters:
      Name  Flags
      r     
      g     
      b     

  private static void log(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String s
         0: .line 289
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            aload 0 /* s */
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
         1: .line 290
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            invokevirtual java.io.PrintStream.flush:()V
         2: .line 291
            return
        end local 0 // java.lang.String s
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     
}
SourceFile: "RenderMediaControls.java"