public class android.widget.Gallery$LayoutParams extends android.view.ViewGroup$LayoutParams
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.widget.Gallery$LayoutParams
  super_class: android.view.ViewGroup$LayoutParams
{
  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 // android.widget.Gallery$LayoutParams this
        start local 1 // android.content.Context c
        start local 2 // android.util.AttributeSet attrs
         0: .line 1563
            aload 0 /* this */
            aload 1 /* c */
            aload 2 /* attrs */
            invokespecial android.view.ViewGroup$LayoutParams.<init>:(Landroid/content/Context;Landroid/util/AttributeSet;)V
         1: .line 1564
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context c
        end local 0 // android.widget.Gallery$LayoutParams this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/widget/Gallery$LayoutParams;
            0    2     1      c  Landroid/content/Context;
            0    2     2  attrs  Landroid/util/AttributeSet;
    MethodParameters:
       Name  Flags
      c      
      attrs  

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.widget.Gallery$LayoutParams this
        start local 1 // int w
        start local 2 // int h
         0: .line 1567
            aload 0 /* this */
            iload 1 /* w */
            iload 2 /* h */
            invokespecial android.view.ViewGroup$LayoutParams.<init>:(II)V
         1: .line 1568
            return
        end local 2 // int h
        end local 1 // int w
        end local 0 // android.widget.Gallery$LayoutParams this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/widget/Gallery$LayoutParams;
            0    2     1     w  I
            0    2     2     h  I
    MethodParameters:
      Name  Flags
      w     
      h     

  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 // android.widget.Gallery$LayoutParams this
        start local 1 // android.view.ViewGroup$LayoutParams source
         0: .line 1571
            aload 0 /* this */
            aload 1 /* source */
            invokespecial android.view.ViewGroup$LayoutParams.<init>:(Landroid/view/ViewGroup$LayoutParams;)V
         1: .line 1572
            return
        end local 1 // android.view.ViewGroup$LayoutParams source
        end local 0 // android.widget.Gallery$LayoutParams this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Landroid/widget/Gallery$LayoutParams;
            0    2     1  source  Landroid/view/ViewGroup$LayoutParams;
    MethodParameters:
        Name  Flags
      source  
}
SourceFile: "Gallery.java"
NestHost: android.widget.Gallery
InnerClasses:
  public LayoutParams = android.view.ViewGroup$LayoutParams of android.view.ViewGroup
  public LayoutParams = android.widget.Gallery$LayoutParams of android.widget.Gallery