public class com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams extends android.widget.FrameLayout$LayoutParams
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams
  super_class: android.widget.FrameLayout$LayoutParams
{
  public int maxWidth;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC
    RuntimeVisibleAnnotations: 
      android.view.ViewDebug$ExportedProperty(category = "layout")

  public int maxHeight;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC
    RuntimeVisibleAnnotations: 
      android.view.ViewDebug$ExportedProperty(category = "layout")

  public void <init>(android.view.ViewGroup$LayoutParams);
    descriptor: (Landroid/view/ViewGroup$LayoutParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams this
        start local 1 // android.view.ViewGroup$LayoutParams other
         0: .line 279
            aload 0 /* this */
            aload 1 /* other */
            invokespecial android.widget.FrameLayout$LayoutParams.<init>:(Landroid/view/ViewGroup$LayoutParams;)V
         1: .line 280
            return
        end local 1 // android.view.ViewGroup$LayoutParams other
        end local 0 // com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/android/keyguard/KeyguardSecurityViewFlipper$LayoutParams;
            0    2     1  other  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
       Name  Flags
      other  

  public void <init>(com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams);
    descriptor: (Lcom/android/keyguard/KeyguardSecurityViewFlipper$LayoutParams;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams this
        start local 1 // com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams other
         0: .line 283
            aload 0 /* this */
            aload 1 /* other */
            invokespecial android.widget.FrameLayout$LayoutParams.<init>:(Landroid/widget/FrameLayout$LayoutParams;)V
         1: .line 285
            aload 0 /* this */
            aload 1 /* other */
            getfield com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams.maxWidth:I
            putfield com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams.maxWidth:I
         2: .line 286
            aload 0 /* this */
            aload 1 /* other */
            getfield com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams.maxHeight:I
            putfield com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams.maxHeight:I
         3: .line 287
            return
        end local 1 // com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams other
        end local 0 // com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/android/keyguard/KeyguardSecurityViewFlipper$LayoutParams;
            0    4     1  other  Lcom/android/keyguard/KeyguardSecurityViewFlipper$LayoutParams;
    MethodParameters:
       Name  Flags
      other  

  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.keyguard.KeyguardSecurityViewFlipper$LayoutParams this
         0: .line 293
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n\tR cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/keyguard/KeyguardSecurityViewFlipper$LayoutParams;
    MethodParameters:
       Name  Flags
      c      
      attrs  

  protected void encodeProperties(android.view.ViewHierarchyEncoder);
    descriptor: (Landroid/view/ViewHierarchyEncoder;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams this
        start local 1 // android.view.ViewHierarchyEncoder encoder
         0: .line 304
            aload 0 /* this */
            aload 1 /* encoder */
            invokespecial android.widget.FrameLayout$LayoutParams.encodeProperties:(Landroid/view/ViewHierarchyEncoder;)V
         1: .line 306
            aload 1 /* encoder */
            ldc "layout:maxWidth"
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams.maxWidth:I
            invokevirtual android.view.ViewHierarchyEncoder.addProperty:(Ljava/lang/String;I)V
         2: .line 307
            aload 1 /* encoder */
            ldc "layout:maxHeight"
            aload 0 /* this */
            getfield com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams.maxHeight:I
            invokevirtual android.view.ViewHierarchyEncoder.addProperty:(Ljava/lang/String;I)V
         3: .line 308
            return
        end local 1 // android.view.ViewHierarchyEncoder encoder
        end local 0 // com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lcom/android/keyguard/KeyguardSecurityViewFlipper$LayoutParams;
            0    4     1  encoder  Landroid/view/ViewHierarchyEncoder;
    MethodParameters:
         Name  Flags
      encoder  
}
SourceFile: "KeyguardSecurityViewFlipper.java"
NestHost: com.android.keyguard.KeyguardSecurityViewFlipper
InnerClasses:
  public abstract ExportedProperty = android.view.ViewDebug$ExportedProperty of android.view.ViewDebug
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public LayoutParams = android.widget.FrameLayout$LayoutParams of android.widget.FrameLayout
  public LayoutParams = com.android.keyguard.KeyguardSecurityViewFlipper$LayoutParams of com.android.keyguard.KeyguardSecurityViewFlipper