Searched refs:mRecent (Results 1 – 2 of 2) sorted by relevance
761 private ArrayList<UndoOperation<?>> mRecent; field in UndoManager.UndoState787 if (mRecent != null) { in writeToParcel()874 if (mRecent == null) { in addOperation()875 mRecent = new ArrayList<UndoOperation<?>>(); in addOperation()876 mRecent.add(op); in addOperation()923 final int N = mRecent != null ? mRecent.size() : 0; in commit()925 mRecent.get(i).commit(); in commit()927 mRecent = null; in commit()
14195 Landroid/content/UndoManager$UndoState;->mRecent:Ljava/util/ArrayList;