public class com.android.systemui.ResizingSpace extends android.view.View
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.systemui.ResizingSpace
  super_class: android.view.View
{
  private final int mWidth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mHeight;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.systemui.ResizingSpace this
         0: .line 35
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tandroid.R.styleable cannot be resolved to a variable\n\tandroid.R.styleable cannot be resolved to a variable\n\tandroid.R.styleable cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.systemui.ResizingSpace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ResizingSpace;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  protected void onConfigurationChanged(android.content.res.Configuration);
    descriptor: (Landroid/content/res/Configuration;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.android.systemui.ResizingSpace this
        start local 1 // android.content.res.Configuration newConfig
         0: .line 42
            aload 0 /* this */
            aload 1 /* newConfig */
            invokespecial android.view.View.onConfigurationChanged:(Landroid/content/res/Configuration;)V
         1: .line 43
            aload 0 /* this */
            invokevirtual com.android.systemui.ResizingSpace.getLayoutParams:()Landroid/view/ViewGroup$LayoutParams;
            astore 2 /* params */
        start local 2 // android.view.ViewGroup$LayoutParams params
         2: .line 44
            iconst_0
            istore 3 /* changed */
        start local 3 // boolean changed
         3: .line 45
            aload 0 /* this */
            getfield com.android.systemui.ResizingSpace.mWidth:I
            ifle 8
         4: .line 46
            aload 0 /* this */
            invokevirtual com.android.systemui.ResizingSpace.getContext:()Landroid/content/Context;
            invokevirtual android.content.Context.getResources:()Landroid/content/res/Resources;
            aload 0 /* this */
            getfield com.android.systemui.ResizingSpace.mWidth:I
            invokevirtual android.content.res.Resources.getDimensionPixelOffset:(I)I
            istore 4 /* width */
        start local 4 // int width
         5: .line 47
            iload 4 /* width */
            aload 2 /* params */
            getfield android.view.ViewGroup$LayoutParams.width:I
            if_icmpeq 8
         6: .line 48
            aload 2 /* params */
            iload 4 /* width */
            putfield android.view.ViewGroup$LayoutParams.width:I
         7: .line 49
            iconst_1
            istore 3 /* changed */
        end local 4 // int width
         8: .line 52
      StackMap locals: android.view.ViewGroup$LayoutParams int
      StackMap stack:
            aload 0 /* this */
            getfield com.android.systemui.ResizingSpace.mHeight:I
            ifle 13
         9: .line 53
            aload 0 /* this */
            invokevirtual com.android.systemui.ResizingSpace.getContext:()Landroid/content/Context;
            invokevirtual android.content.Context.getResources:()Landroid/content/res/Resources;
            aload 0 /* this */
            getfield com.android.systemui.ResizingSpace.mHeight:I
            invokevirtual android.content.res.Resources.getDimensionPixelOffset:(I)I
            istore 4 /* height */
        start local 4 // int height
        10: .line 54
            iload 4 /* height */
            aload 2 /* params */
            getfield android.view.ViewGroup$LayoutParams.height:I
            if_icmpeq 13
        11: .line 55
            aload 2 /* params */
            iload 4 /* height */
            putfield android.view.ViewGroup$LayoutParams.height:I
        12: .line 56
            iconst_1
            istore 3 /* changed */
        end local 4 // int height
        13: .line 59
      StackMap locals:
      StackMap stack:
            iload 3 /* changed */
            ifeq 15
        14: .line 60
            aload 0 /* this */
            aload 2 /* params */
            invokevirtual com.android.systemui.ResizingSpace.setLayoutParams:(Landroid/view/ViewGroup$LayoutParams;)V
        15: .line 62
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean changed
        end local 2 // android.view.ViewGroup$LayoutParams params
        end local 1 // android.content.res.Configuration newConfig
        end local 0 // com.android.systemui.ResizingSpace this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lcom/android/systemui/ResizingSpace;
            0   16     1  newConfig  Landroid/content/res/Configuration;
            2   16     2     params  Landroid/view/ViewGroup$LayoutParams;
            3   16     3    changed  Z
            5    8     4      width  I
           10   13     4     height  I
    MethodParameters:
           Name  Flags
      newConfig  

  public void draw(android.graphics.Canvas);
    descriptor: (Landroid/graphics/Canvas;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.android.systemui.ResizingSpace this
        start local 1 // android.graphics.Canvas canvas
         0: .line 71
            return
        end local 1 // android.graphics.Canvas canvas
        end local 0 // com.android.systemui.ResizingSpace this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/android/systemui/ResizingSpace;
            0    1     1  canvas  Landroid/graphics/Canvas;
    MethodParameters:
        Name  Flags
      canvas  

  private static int getDefaultSize2(int, int);
    descriptor: (II)I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // int size
        start local 1 // int measureSpec
         0: .line 79
            iload 0 /* size */
            istore 2 /* result */
        start local 2 // int result
         1: .line 80
            iload 1 /* measureSpec */
            invokestatic android.view.View$MeasureSpec.getMode:(I)I
            istore 3 /* specMode */
        start local 3 // int specMode
         2: .line 81
            iload 1 /* measureSpec */
            invokestatic android.view.View$MeasureSpec.getSize:(I)I
            istore 4 /* specSize */
        start local 4 // int specSize
         3: .line 83
            iload 3 /* specMode */
            lookupswitch { // 3
          -2147483648: 6
                    0: 4
           1073741824: 8
              default: 9
          }
         4: .line 85
      StackMap locals: int int int
      StackMap stack:
            iload 0 /* size */
            istore 2 /* result */
         5: .line 86
            goto 9
         6: .line 88
      StackMap locals:
      StackMap stack:
            iload 0 /* size */
            iload 4 /* specSize */
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* result */
         7: .line 89
            goto 9
         8: .line 91
      StackMap locals:
      StackMap stack:
            iload 4 /* specSize */
            istore 2 /* result */
         9: .line 94
      StackMap locals:
      StackMap stack:
            iload 2 /* result */
            ireturn
        end local 4 // int specSize
        end local 3 // int specMode
        end local 2 // int result
        end local 1 // int measureSpec
        end local 0 // int size
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   10     0         size  I
            0   10     1  measureSpec  I
            1   10     2       result  I
            2   10     3     specMode  I
            3   10     4     specSize  I
    MethodParameters:
             Name  Flags
      size         
      measureSpec  

  protected void onMeasure(int, int);
    descriptor: (II)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.android.systemui.ResizingSpace this
        start local 1 // int widthMeasureSpec
        start local 2 // int heightMeasureSpec
         0: .line 99
            aload 0 /* this */
         1: .line 100
            aload 0 /* this */
            invokevirtual com.android.systemui.ResizingSpace.getSuggestedMinimumWidth:()I
            iload 1 /* widthMeasureSpec */
            invokestatic com.android.systemui.ResizingSpace.getDefaultSize2:(II)I
         2: .line 101
            aload 0 /* this */
            invokevirtual com.android.systemui.ResizingSpace.getSuggestedMinimumHeight:()I
            iload 2 /* heightMeasureSpec */
            invokestatic com.android.systemui.ResizingSpace.getDefaultSize2:(II)I
         3: .line 99
            invokevirtual com.android.systemui.ResizingSpace.setMeasuredDimension:(II)V
         4: .line 102
            return
        end local 2 // int heightMeasureSpec
        end local 1 // int widthMeasureSpec
        end local 0 // com.android.systemui.ResizingSpace this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lcom/android/systemui/ResizingSpace;
            0    5     1   widthMeasureSpec  I
            0    5     2  heightMeasureSpec  I
    MethodParameters:
                   Name  Flags
      widthMeasureSpec   
      heightMeasureSpec  
}
SourceFile: "ResizingSpace.java"
InnerClasses:
  public MeasureSpec = android.view.View$MeasureSpec of android.view.View
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup