public abstract class android.transition.PathMotion
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.transition.PathMotion
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.transition.PathMotion this
         0: .line 42
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.transition.PathMotion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/transition/PathMotion;

  public void <init>(android.content.Context, android.util.AttributeSet);
    descriptor: (Landroid/content/Context;Landroid/util/AttributeSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // android.transition.PathMotion this
        start local 1 // android.content.Context context
        start local 2 // android.util.AttributeSet attrs
         0: .line 44
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 2 // android.util.AttributeSet attrs
        end local 1 // android.content.Context context
        end local 0 // android.transition.PathMotion this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Landroid/transition/PathMotion;
            0    1     1  context  Landroid/content/Context;
            0    1     2    attrs  Landroid/util/AttributeSet;
    MethodParameters:
         Name  Flags
      context  
      attrs    

  public abstract android.graphics.Path getPath(float, float, float, float);
    descriptor: (FFFF)Landroid/graphics/Path;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      startX  
      startY  
      endX    
      endY    
}
SourceFile: "PathMotion.java"