final class android.content.UndoManager$UndoState
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.content.UndoManager$UndoState
  super_class: java.lang.Object
{
  private final android.content.UndoManager mManager;
    descriptor: Landroid/content/UndoManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int mCommitId;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.ArrayList<android.content.UndoOperation<?>> mOperations;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/ArrayList<Landroid/content/UndoOperation<*>;>;

  private java.util.ArrayList<android.content.UndoOperation<?>> mRecent;
    descriptor: Ljava/util/ArrayList;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/ArrayList<Landroid/content/UndoOperation<*>;>;

  private java.lang.CharSequence mLabel;
    descriptor: Ljava/lang/CharSequence;
    flags: (0x0002) ACC_PRIVATE

  private boolean mCanMerge;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean mExecuted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(android.content.UndoManager, int);
    descriptor: (Landroid/content/UndoManager;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.content.UndoManager$UndoState this
        start local 1 // android.content.UndoManager manager
        start local 2 // int commitId
         0: .line 746
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 740
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
         2: .line 743
            aload 0 /* this */
            iconst_1
            putfield android.content.UndoManager$UndoState.mCanMerge:Z
         3: .line 747
            aload 0 /* this */
            aload 1 /* manager */
            putfield android.content.UndoManager$UndoState.mManager:Landroid/content/UndoManager;
         4: .line 748
            aload 0 /* this */
            iload 2 /* commitId */
            putfield android.content.UndoManager$UndoState.mCommitId:I
         5: .line 749
            return
        end local 2 // int commitId
        end local 1 // android.content.UndoManager manager
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Landroid/content/UndoManager$UndoState;
            0    6     1   manager  Landroid/content/UndoManager;
            0    6     2  commitId  I
    MethodParameters:
          Name  Flags
      manager   
      commitId  

  void <init>(android.content.UndoManager, android.os.Parcel, java.lang.ClassLoader);
    descriptor: (Landroid/content/UndoManager;Landroid/os/Parcel;Ljava/lang/ClassLoader;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=4
        start local 0 // android.content.UndoManager$UndoState this
        start local 1 // android.content.UndoManager manager
        start local 2 // android.os.Parcel p
        start local 3 // java.lang.ClassLoader loader
         0: .line 751
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 740
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
         2: .line 743
            aload 0 /* this */
            iconst_1
            putfield android.content.UndoManager$UndoState.mCanMerge:Z
         3: .line 752
            aload 0 /* this */
            aload 1 /* manager */
            putfield android.content.UndoManager$UndoState.mManager:Landroid/content/UndoManager;
         4: .line 753
            aload 0 /* this */
            aload 2 /* p */
            invokevirtual android.os.Parcel.readInt:()I
            putfield android.content.UndoManager$UndoState.mCommitId:I
         5: .line 754
            aload 0 /* this */
            aload 2 /* p */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 6
            iconst_1
            goto 7
      StackMap locals: android.content.UndoManager$UndoState android.content.UndoManager android.os.Parcel java.lang.ClassLoader
      StackMap stack: android.content.UndoManager$UndoState
         6: iconst_0
      StackMap locals: android.content.UndoManager$UndoState android.content.UndoManager android.os.Parcel java.lang.ClassLoader
      StackMap stack: android.content.UndoManager$UndoState int
         7: putfield android.content.UndoManager$UndoState.mCanMerge:Z
         8: .line 755
            aload 0 /* this */
            aload 2 /* p */
            invokevirtual android.os.Parcel.readInt:()I
            ifeq 9
            iconst_1
            goto 10
      StackMap locals:
      StackMap stack: android.content.UndoManager$UndoState
         9: iconst_0
      StackMap locals: android.content.UndoManager$UndoState android.content.UndoManager android.os.Parcel java.lang.ClassLoader
      StackMap stack: android.content.UndoManager$UndoState int
        10: putfield android.content.UndoManager$UndoState.mExecuted:Z
        11: .line 756
            aload 0 /* this */
            getstatic android.text.TextUtils.CHAR_SEQUENCE_CREATOR:Landroid/os/Parcelable$Creator;
            aload 2 /* p */
            invokeinterface android.os.Parcelable$Creator.createFromParcel:(Landroid/os/Parcel;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            putfield android.content.UndoManager$UndoState.mLabel:Ljava/lang/CharSequence;
        12: .line 757
            aload 2 /* p */
            invokevirtual android.os.Parcel.readInt:()I
            istore 4 /* N */
        start local 4 // int N
        13: .line 758
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        14: goto 20
        15: .line 759
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mManager:Landroid/content/UndoManager;
            aload 2 /* p */
            invokevirtual android.content.UndoManager.restoreOwner:(Landroid/os/Parcel;)Landroid/content/UndoOwner;
            astore 6 /* owner */
        start local 6 // android.content.UndoOwner owner
        16: .line 760
            aload 2 /* p */
            aload 3 /* loader */
            invokevirtual android.os.Parcel.readParcelable:(Ljava/lang/ClassLoader;)Landroid/os/Parcelable;
            checkcast android.content.UndoOperation
            astore 7 /* op */
        start local 7 // android.content.UndoOperation op
        17: .line 761
            aload 7 /* op */
            aload 6 /* owner */
            putfield android.content.UndoOperation.mOwner:Landroid/content/UndoOwner;
        18: .line 762
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            aload 7 /* op */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // android.content.UndoOperation op
        end local 6 // android.content.UndoOwner owner
        19: .line 758
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 5 /* i */
            iload 4 /* N */
            if_icmplt 15
        end local 5 // int i
        21: .line 764
            return
        end local 4 // int N
        end local 3 // java.lang.ClassLoader loader
        end local 2 // android.os.Parcel p
        end local 1 // android.content.UndoManager manager
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   22     0     this  Landroid/content/UndoManager$UndoState;
            0   22     1  manager  Landroid/content/UndoManager;
            0   22     2        p  Landroid/os/Parcel;
            0   22     3   loader  Ljava/lang/ClassLoader;
           13   22     4        N  I
           14   21     5        i  I
           16   19     6    owner  Landroid/content/UndoOwner;
           17   19     7       op  Landroid/content/UndoOperation;
    MethodParameters:
         Name  Flags
      manager  
      p        
      loader   

  void writeToParcel(android.os.Parcel);
    descriptor: (Landroid/os/Parcel;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // android.content.UndoManager$UndoState this
        start local 1 // android.os.Parcel p
         0: .line 767
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mRecent:Ljava/util/ArrayList;
            ifnull 2
         1: .line 768
            new java.lang.IllegalStateException
            dup
            ldc "Can't save state before committing"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 770
      StackMap locals:
      StackMap stack:
            aload 1 /* p */
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mCommitId:I
            invokevirtual android.os.Parcel.writeInt:(I)V
         3: .line 771
            aload 1 /* p */
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mCanMerge:Z
            ifeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack: android.os.Parcel
         4: iconst_0
      StackMap locals: android.content.UndoManager$UndoState android.os.Parcel
      StackMap stack: android.os.Parcel int
         5: invokevirtual android.os.Parcel.writeInt:(I)V
         6: .line 772
            aload 1 /* p */
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mExecuted:Z
            ifeq 7
            iconst_1
            goto 8
      StackMap locals:
      StackMap stack: android.os.Parcel
         7: iconst_0
      StackMap locals: android.content.UndoManager$UndoState android.os.Parcel
      StackMap stack: android.os.Parcel int
         8: invokevirtual android.os.Parcel.writeInt:(I)V
         9: .line 773
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mLabel:Ljava/lang/CharSequence;
            aload 1 /* p */
            iconst_0
            invokestatic android.text.TextUtils.writeToParcel:(Ljava/lang/CharSequence;Landroid/os/Parcel;I)V
        10: .line 774
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 2 /* N */
        start local 2 // int N
        11: .line 775
            aload 1 /* p */
            iload 2 /* N */
            invokevirtual android.os.Parcel.writeInt:(I)V
        12: .line 776
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        13: goto 18
        14: .line 777
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            astore 4 /* op */
        start local 4 // android.content.UndoOperation op
        15: .line 778
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mManager:Landroid/content/UndoManager;
            aload 4 /* op */
            getfield android.content.UndoOperation.mOwner:Landroid/content/UndoOwner;
            aload 1 /* p */
            invokevirtual android.content.UndoManager.saveOwner:(Landroid/content/UndoOwner;Landroid/os/Parcel;)V
        16: .line 779
            aload 1 /* p */
            aload 4 /* op */
            iconst_0
            invokevirtual android.os.Parcel.writeParcelable:(Landroid/os/Parcelable;I)V
        end local 4 // android.content.UndoOperation op
        17: .line 776
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            iload 2 /* N */
            if_icmplt 14
        end local 3 // int i
        19: .line 781
            return
        end local 2 // int N
        end local 1 // android.os.Parcel p
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   20     0  this  Landroid/content/UndoManager$UndoState;
            0   20     1     p  Landroid/os/Parcel;
           11   20     2     N  I
           13   19     3     i  I
           15   17     4    op  Landroid/content/UndoOperation;
    MethodParameters:
      Name  Flags
      p     

  int getCommitId();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 784
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mCommitId:I
            ireturn
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/UndoManager$UndoState;

  void setLabel(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.UndoManager$UndoState this
        start local 1 // java.lang.CharSequence label
         0: .line 788
            aload 0 /* this */
            aload 1 /* label */
            putfield android.content.UndoManager$UndoState.mLabel:Ljava/lang/CharSequence;
         1: .line 789
            return
        end local 1 // java.lang.CharSequence label
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/content/UndoManager$UndoState;
            0    2     1  label  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      label  

  void updateLabel(java.lang.CharSequence);
    descriptor: (Ljava/lang/CharSequence;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.UndoManager$UndoState this
        start local 1 // java.lang.CharSequence label
         0: .line 792
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mLabel:Ljava/lang/CharSequence;
            ifnull 2
         1: .line 793
            aload 0 /* this */
            aload 1 /* label */
            putfield android.content.UndoManager$UndoState.mLabel:Ljava/lang/CharSequence;
         2: .line 795
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.CharSequence label
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Landroid/content/UndoManager$UndoState;
            0    3     1  label  Ljava/lang/CharSequence;
    MethodParameters:
       Name  Flags
      label  

  java.lang.CharSequence getLabel();
    descriptor: ()Ljava/lang/CharSequence;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 798
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mLabel:Ljava/lang/CharSequence;
            areturn
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/UndoManager$UndoState;

  boolean setCanMerge(boolean);
    descriptor: (Z)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.content.UndoManager$UndoState this
        start local 1 // boolean state
         0: .line 803
            iload 1 /* state */
            ifeq 2
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mExecuted:Z
            ifeq 2
         1: .line 804
            iconst_0
            ireturn
         2: .line 806
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* state */
            putfield android.content.UndoManager$UndoState.mCanMerge:Z
         3: .line 807
            iconst_1
            ireturn
        end local 1 // boolean state
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Landroid/content/UndoManager$UndoState;
            0    4     1  state  Z
    MethodParameters:
       Name  Flags
      state  

  void makeExecuted();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 811
            aload 0 /* this */
            iconst_1
            putfield android.content.UndoManager$UndoState.mExecuted:Z
         1: .line 812
            return
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/UndoManager$UndoState;

  boolean canMerge();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 815
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mCanMerge:Z
            ifeq 1
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mExecuted:Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/content/UndoManager$UndoState;

  int countOperations();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 819
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            ireturn
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/content/UndoManager$UndoState;

  boolean hasOperation(android.content.UndoOwner);
    descriptor: (Landroid/content/UndoOwner;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // android.content.UndoManager$UndoState this
        start local 1 // android.content.UndoOwner owner
         0: .line 823
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 2 /* N */
        start local 2 // int N
         1: .line 824
            aload 1 /* owner */
            ifnonnull 4
         2: .line 825
            iload 2 /* N */
            ifeq 3
            iconst_1
            ireturn
      StackMap locals: int
      StackMap stack:
         3: iconst_0
            ireturn
         4: .line 827
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         5: goto 9
         6: .line 828
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            invokevirtual android.content.UndoOperation.getOwner:()Landroid/content/UndoOwner;
            aload 1 /* owner */
            if_acmpne 8
         7: .line 829
            iconst_1
            ireturn
         8: .line 827
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 2 /* N */
            if_icmplt 6
        end local 3 // int i
        10: .line 832
            iconst_0
            ireturn
        end local 2 // int N
        end local 1 // android.content.UndoOwner owner
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Landroid/content/UndoManager$UndoState;
            0   11     1  owner  Landroid/content/UndoOwner;
            1   11     2      N  I
            5   10     3      i  I
    MethodParameters:
       Name  Flags
      owner  

  boolean hasMultipleOwners();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 836
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 1 /* N */
        start local 1 // int N
         1: .line 837
            iload 1 /* N */
            iconst_1
            if_icmpgt 3
         2: .line 838
            iconst_0
            ireturn
         3: .line 840
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iconst_0
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            invokevirtual android.content.UndoOperation.getOwner:()Landroid/content/UndoOwner;
            astore 2 /* owner */
        start local 2 // android.content.UndoOwner owner
         4: .line 841
            iconst_1
            istore 3 /* i */
        start local 3 // int i
         5: goto 9
         6: .line 842
      StackMap locals: android.content.UndoOwner int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 3 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            invokevirtual android.content.UndoOperation.getOwner:()Landroid/content/UndoOwner;
            aload 2 /* owner */
            if_acmpeq 8
         7: .line 843
            iconst_1
            ireturn
         8: .line 841
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 1 /* N */
            if_icmplt 6
        end local 3 // int i
        10: .line 846
            iconst_0
            ireturn
        end local 2 // android.content.UndoOwner owner
        end local 1 // int N
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   11     0   this  Landroid/content/UndoManager$UndoState;
            1   11     1      N  I
            4   11     2  owner  Landroid/content/UndoOwner;
            5   10     3      i  I

  void addOperation(android.content.UndoOperation<?>);
    descriptor: (Landroid/content/UndoOperation;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // android.content.UndoManager$UndoState this
        start local 1 // android.content.UndoOperation op
         0: .line 850
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            aload 1 /* op */
            invokevirtual java.util.ArrayList.contains:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 851
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Already holds "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* op */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 853
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            aload 1 /* op */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         3: .line 854
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mRecent:Ljava/util/ArrayList;
            ifnonnull 6
         4: .line 855
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield android.content.UndoManager$UndoState.mRecent:Ljava/util/ArrayList;
         5: .line 856
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mRecent:Ljava/util/ArrayList;
            aload 1 /* op */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
         6: .line 858
      StackMap locals:
      StackMap stack:
            aload 1 /* op */
            getfield android.content.UndoOperation.mOwner:Landroid/content/UndoOwner;
            dup
            getfield android.content.UndoOwner.mOpCount:I
            iconst_1
            iadd
            putfield android.content.UndoOwner.mOpCount:I
         7: .line 859
            return
        end local 1 // android.content.UndoOperation op
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Landroid/content/UndoManager$UndoState;
            0    8     1    op  Landroid/content/UndoOperation<*>;
    Signature: (Landroid/content/UndoOperation<*>;)V
    MethodParameters:
      Name  Flags
      op    

  <T extends android.content.UndoOperation> T getLastOperation(java.lang.Class<T>, android.content.UndoOwner);
    descriptor: (Ljava/lang/Class;Landroid/content/UndoOwner;)Landroid/content/UndoOperation;
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=3
        start local 0 // android.content.UndoManager$UndoState this
        start local 1 // java.lang.Class clazz
        start local 2 // android.content.UndoOwner owner
         0: .line 862
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 3 /* N */
        start local 3 // int N
         1: .line 863
            aload 1 /* clazz */
            ifnonnull 5
            aload 2 /* owner */
            ifnonnull 5
         2: .line 864
            iload 3 /* N */
            ifle 3
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 3 /* N */
            iconst_1
            isub
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            goto 4
      StackMap locals: int
      StackMap stack:
         3: aconst_null
      StackMap locals:
      StackMap stack: android.content.UndoOperation
         4: areturn
         5: .line 867
      StackMap locals:
      StackMap stack:
            iload 3 /* N */
            iconst_1
            isub
            istore 4 /* i */
        start local 4 // int i
         6: goto 14
         7: .line 868
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 4 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            astore 5 /* op */
        start local 5 // android.content.UndoOperation op
         8: .line 869
            aload 2 /* owner */
            ifnull 10
            aload 5 /* op */
            invokevirtual android.content.UndoOperation.getOwner:()Landroid/content/UndoOwner;
            aload 2 /* owner */
            if_acmpeq 10
         9: .line 870
            goto 13
        10: .line 875
      StackMap locals: android.content.UndoOperation
      StackMap stack:
            aload 1 /* clazz */
            ifnull 12
            aload 5 /* op */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* clazz */
            if_acmpeq 12
        11: .line 876
            aconst_null
            areturn
        12: .line 878
      StackMap locals:
      StackMap stack:
            aload 5 /* op */
            areturn
        end local 5 // android.content.UndoOperation op
        13: .line 867
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ -1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            ifge 7
        end local 4 // int i
        15: .line 881
            aconst_null
            areturn
        end local 3 // int N
        end local 2 // android.content.UndoOwner owner
        end local 1 // java.lang.Class clazz
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   16     0   this  Landroid/content/UndoManager$UndoState;
            0   16     1  clazz  Ljava/lang/Class<TT;>;
            0   16     2  owner  Landroid/content/UndoOwner;
            1   16     3      N  I
            6   15     4      i  I
            8   13     5     op  Landroid/content/UndoOperation<*>;
    Signature: <T:Landroid/content/UndoOperation;>(Ljava/lang/Class<TT;>;Landroid/content/UndoOwner;)TT;
    MethodParameters:
       Name  Flags
      clazz  
      owner  

  boolean matchOwner(android.content.UndoOwner);
    descriptor: (Landroid/content/UndoOwner;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.content.UndoManager$UndoState this
        start local 1 // android.content.UndoOwner owner
         0: .line 885
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            istore 2 /* i */
        start local 2 // int i
         1: goto 5
         2: .line 886
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 2 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            aload 1 /* owner */
            invokevirtual android.content.UndoOperation.matchOwner:(Landroid/content/UndoOwner;)Z
            ifeq 4
         3: .line 887
            iconst_1
            ireturn
         4: .line 885
      StackMap locals:
      StackMap stack:
            iinc 2 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            ifge 2
        end local 2 // int i
         6: .line 890
            iconst_0
            ireturn
        end local 1 // android.content.UndoOwner owner
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Landroid/content/UndoManager$UndoState;
            0    7     1  owner  Landroid/content/UndoOwner;
            1    6     2      i  I
    MethodParameters:
       Name  Flags
      owner  

  boolean hasData();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 894
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            istore 1 /* i */
        start local 1 // int i
         1: goto 5
         2: .line 895
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 1 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            invokevirtual android.content.UndoOperation.hasData:()Z
            ifeq 4
         3: .line 896
            iconst_1
            ireturn
         4: .line 894
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
         5: iload 1 /* i */
            ifge 2
        end local 1 // int i
         6: .line 899
            iconst_0
            ireturn
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/content/UndoManager$UndoState;
            1    6     1     i  I

  void commit();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 903
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mRecent:Ljava/util/ArrayList;
            ifnull 1
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mRecent:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 1 /* N */
        start local 1 // int N
         3: .line 904
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         4: goto 7
         5: .line 905
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mRecent:Ljava/util/ArrayList;
            iload 2 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            invokevirtual android.content.UndoOperation.commit:()V
         6: .line 904
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 2 /* i */
            iload 1 /* N */
            if_icmplt 5
        end local 2 // int i
         8: .line 907
            aload 0 /* this */
            aconst_null
            putfield android.content.UndoManager$UndoState.mRecent:Ljava/util/ArrayList;
         9: .line 908
            return
        end local 1 // int N
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/content/UndoManager$UndoState;
            3   10     1     N  I
            4    8     2     i  I

  void undo();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 911
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            istore 1 /* i */
        start local 1 // int i
         1: goto 4
         2: .line 912
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 1 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            invokevirtual android.content.UndoOperation.undo:()V
         3: .line 911
            iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
         4: iload 1 /* i */
            ifge 2
        end local 1 // int i
         5: .line 914
            return
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Landroid/content/UndoManager$UndoState;
            1    5     1     i  I

  void redo();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 917
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            istore 1 /* N */
        start local 1 // int N
         1: .line 918
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 919
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 2 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            invokevirtual android.content.UndoOperation.redo:()V
         4: .line 918
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 1 /* N */
            if_icmplt 3
        end local 2 // int i
         6: .line 921
            return
        end local 1 // int N
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Landroid/content/UndoManager$UndoState;
            1    7     1     N  I
            2    6     2     i  I

  void destroy();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // android.content.UndoManager$UndoState this
         0: .line 924
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            invokevirtual java.util.ArrayList.size:()I
            iconst_1
            isub
            istore 1 /* i */
        start local 1 // int i
         1: goto 11
         2: .line 925
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 1 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            checkcast android.content.UndoOperation
            getfield android.content.UndoOperation.mOwner:Landroid/content/UndoOwner;
            astore 2 /* owner */
        start local 2 // android.content.UndoOwner owner
         3: .line 926
            aload 2 /* owner */
            dup
            getfield android.content.UndoOwner.mOpCount:I
            iconst_1
            isub
            putfield android.content.UndoOwner.mOpCount:I
         4: .line 927
            aload 2 /* owner */
            getfield android.content.UndoOwner.mOpCount:I
            ifgt 10
         5: .line 928
            aload 2 /* owner */
            getfield android.content.UndoOwner.mOpCount:I
            ifge 9
         6: .line 929
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Underflow of op count on owner "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 2 /* owner */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
         7: .line 930
            ldc " in op "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mOperations:Ljava/util/ArrayList;
            iload 1 /* i */
            invokevirtual java.util.ArrayList.get:(I)Ljava/lang/Object;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         8: .line 929
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         9: .line 932
      StackMap locals: android.content.UndoOwner
      StackMap stack:
            aload 0 /* this */
            getfield android.content.UndoManager$UndoState.mManager:Landroid/content/UndoManager;
            aload 2 /* owner */
            invokevirtual android.content.UndoManager.removeOwner:(Landroid/content/UndoOwner;)V
        end local 2 // android.content.UndoOwner owner
        10: .line 924
      StackMap locals:
      StackMap stack:
            iinc 1 /* i */ -1
      StackMap locals:
      StackMap stack:
        11: iload 1 /* i */
            ifge 2
        end local 1 // int i
        12: .line 935
            return
        end local 0 // android.content.UndoManager$UndoState this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Landroid/content/UndoManager$UndoState;
            1   12     1      i  I
            3   10     2  owner  Landroid/content/UndoOwner;
}
SourceFile: "UndoManager.java"
NestHost: android.content.UndoManager
InnerClasses:
  final UndoState = android.content.UndoManager$UndoState of android.content.UndoManager
  public abstract Creator = android.os.Parcelable$Creator of android.os.Parcelable