Searched refs:mRecent (Results 1 – 1 of 1) sorted by relevance
758 private ArrayList<UndoOperation<?>> mRecent; field in UndoManager.UndoState784 if (mRecent != null) { in writeToParcel()871 if (mRecent == null) { in addOperation()872 mRecent = new ArrayList<UndoOperation<?>>(); in addOperation()873 mRecent.add(op); in addOperation()920 final int N = mRecent != null ? mRecent.size() : 0; in commit()922 mRecent.get(i).commit(); in commit()924 mRecent = null; in commit()