class com.android.systemui.ExpandHelper$ViewScaler
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.systemui.ExpandHelper$ViewScaler
  super_class: java.lang.Object
{
  com.android.systemui.statusbar.ExpandableView mView;
    descriptor: Lcom/android/systemui/statusbar/ExpandableView;
    flags: (0x0000) 

  final com.android.systemui.ExpandHelper this$0;
    descriptor: Lcom/android/systemui/ExpandHelper;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.android.systemui.ExpandHelper);
    descriptor: (Lcom/android/systemui/ExpandHelper;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.systemui.ExpandHelper$ViewScaler this
         0: .line 142
            aload 0 /* this */
            aload 1
            putfield com.android.systemui.ExpandHelper$ViewScaler.this$0:Lcom/android/systemui/ExpandHelper;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.android.systemui.ExpandHelper$ViewScaler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ExpandHelper$ViewScaler;
    MethodParameters:
        Name  Flags
      this$0  final

  public void setView(com.android.systemui.statusbar.ExpandableView);
    descriptor: (Lcom/android/systemui/statusbar/ExpandableView;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.systemui.ExpandHelper$ViewScaler this
        start local 1 // com.android.systemui.statusbar.ExpandableView v
         0: .line 144
            aload 0 /* this */
            aload 1 /* v */
            putfield com.android.systemui.ExpandHelper$ViewScaler.mView:Lcom/android/systemui/statusbar/ExpandableView;
         1: .line 145
            return
        end local 1 // com.android.systemui.statusbar.ExpandableView v
        end local 0 // com.android.systemui.ExpandHelper$ViewScaler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/android/systemui/ExpandHelper$ViewScaler;
            0    2     1     v  Lcom/android/systemui/statusbar/ExpandableView;
    MethodParameters:
      Name  Flags
      v     

  public void setHeight(float);
    descriptor: (F)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.systemui.ExpandHelper$ViewScaler this
        start local 1 // float h
         0: .line 148
            aload 0 /* this */
            getfield com.android.systemui.ExpandHelper$ViewScaler.mView:Lcom/android/systemui/statusbar/ExpandableView;
            fload 1 /* h */
            f2i
            invokevirtual com.android.systemui.statusbar.ExpandableView.setActualHeight:(I)V
         1: .line 149
            aload 0 /* this */
            getfield com.android.systemui.ExpandHelper$ViewScaler.this$0:Lcom/android/systemui/ExpandHelper;
            fload 1 /* h */
            putfield com.android.systemui.ExpandHelper.mCurrentHeight:F
         2: .line 150
            return
        end local 1 // float h
        end local 0 // com.android.systemui.ExpandHelper$ViewScaler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/android/systemui/ExpandHelper$ViewScaler;
            0    3     1     h  F
    MethodParameters:
      Name  Flags
      h     

  public float getHeight();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.android.systemui.ExpandHelper$ViewScaler this
         0: .line 152
            aload 0 /* this */
            getfield com.android.systemui.ExpandHelper$ViewScaler.mView:Lcom/android/systemui/statusbar/ExpandableView;
            invokevirtual com.android.systemui.statusbar.ExpandableView.getActualHeight:()I
            i2f
            freturn
        end local 0 // com.android.systemui.ExpandHelper$ViewScaler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ExpandHelper$ViewScaler;

  public int getNaturalHeight();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.android.systemui.ExpandHelper$ViewScaler this
         0: .line 155
            aload 0 /* this */
            getfield com.android.systemui.ExpandHelper$ViewScaler.this$0:Lcom/android/systemui/ExpandHelper;
            getfield com.android.systemui.ExpandHelper.mCallback:Lcom/android/systemui/ExpandHelper$Callback;
            aload 0 /* this */
            getfield com.android.systemui.ExpandHelper$ViewScaler.mView:Lcom/android/systemui/statusbar/ExpandableView;
            invokeinterface com.android.systemui.ExpandHelper$Callback.getMaxExpandHeight:(Lcom/android/systemui/statusbar/ExpandableView;)I
            ireturn
        end local 0 // com.android.systemui.ExpandHelper$ViewScaler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/systemui/ExpandHelper$ViewScaler;
}
SourceFile: "ExpandHelper.java"
NestHost: com.android.systemui.ExpandHelper
InnerClasses:
  public abstract Callback = com.android.systemui.ExpandHelper$Callback of com.android.systemui.ExpandHelper
  private ViewScaler = com.android.systemui.ExpandHelper$ViewScaler of com.android.systemui.ExpandHelper