class android.transition.ChangeTransform$GhostListener extends android.transition.TransitionListenerAdapter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.transition.ChangeTransform$GhostListener
  super_class: android.transition.TransitionListenerAdapter
{
  private android.view.View mView;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private android.view.View mStartView;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  private android.view.GhostView mGhostView;
    descriptor: Landroid/view/GhostView;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(android.view.View, android.view.View, android.view.GhostView);
    descriptor: (Landroid/view/View;Landroid/view/View;Landroid/view/GhostView;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.transition.ChangeTransform$GhostListener this
        start local 1 // android.view.View view
        start local 2 // android.view.View startView
        start local 3 // android.view.GhostView ghostView
         0: .line 474
            aload 0 /* this */
            invokespecial android.transition.TransitionListenerAdapter.<init>:()V
         1: .line 475
            aload 0 /* this */
            aload 1 /* view */
            putfield android.transition.ChangeTransform$GhostListener.mView:Landroid/view/View;
         2: .line 476
            aload 0 /* this */
            aload 2 /* startView */
            putfield android.transition.ChangeTransform$GhostListener.mStartView:Landroid/view/View;
         3: .line 477
            aload 0 /* this */
            aload 3 /* ghostView */
            putfield android.transition.ChangeTransform$GhostListener.mGhostView:Landroid/view/GhostView;
         4: .line 478
            return
        end local 3 // android.view.GhostView ghostView
        end local 2 // android.view.View startView
        end local 1 // android.view.View view
        end local 0 // android.transition.ChangeTransform$GhostListener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Landroid/transition/ChangeTransform$GhostListener;
            0    5     1       view  Landroid/view/View;
            0    5     2  startView  Landroid/view/View;
            0    5     3  ghostView  Landroid/view/GhostView;
    MethodParameters:
           Name  Flags
      view       
      startView  
      ghostView  

  public void onTransitionEnd(android.transition.Transition);
    descriptor: (Landroid/transition/Transition;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.transition.ChangeTransform$GhostListener this
         0: .line 484
            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"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.transition.ChangeTransform$GhostListener this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/transition/ChangeTransform$GhostListener;
    MethodParameters:
            Name  Flags
      transition  

  public void onTransitionPause(android.transition.Transition);
    descriptor: (Landroid/transition/Transition;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.transition.ChangeTransform$GhostListener this
        start local 1 // android.transition.Transition transition
         0: .line 491
            aload 0 /* this */
            getfield android.transition.ChangeTransform$GhostListener.mGhostView:Landroid/view/GhostView;
            iconst_4
            invokevirtual android.view.GhostView.setVisibility:(I)V
         1: .line 492
            return
        end local 1 // android.transition.Transition transition
        end local 0 // android.transition.ChangeTransform$GhostListener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/transition/ChangeTransform$GhostListener;
            0    2     1  transition  Landroid/transition/Transition;
    MethodParameters:
            Name  Flags
      transition  

  public void onTransitionResume(android.transition.Transition);
    descriptor: (Landroid/transition/Transition;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.transition.ChangeTransform$GhostListener this
        start local 1 // android.transition.Transition transition
         0: .line 496
            aload 0 /* this */
            getfield android.transition.ChangeTransform$GhostListener.mGhostView:Landroid/view/GhostView;
            iconst_0
            invokevirtual android.view.GhostView.setVisibility:(I)V
         1: .line 497
            return
        end local 1 // android.transition.Transition transition
        end local 0 // android.transition.ChangeTransform$GhostListener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Landroid/transition/ChangeTransform$GhostListener;
            0    2     1  transition  Landroid/transition/Transition;
    MethodParameters:
            Name  Flags
      transition  
}
SourceFile: "ChangeTransform.java"
NestHost: android.transition.ChangeTransform
InnerClasses:
  private GhostListener = android.transition.ChangeTransform$GhostListener of android.transition.ChangeTransform