Searched refs:mDeleteRunnables (Results 1 – 1 of 1) sorted by relevance
79 private final List<Runnable> mDeleteRunnables = new ArrayList<>(); field in ModelWriter353 if (!mDeleteRunnables.isEmpty() && FeatureFlags.IS_STUDIO_BUILD) { in prepareToUndoDelete()356 mDeleteRunnables.clear(); in prepareToUndoDelete()368 mDeleteRunnables.add(r); in enqueueDeleteRunnable()376 for (Runnable runnable : mDeleteRunnables) { in commitDelete()379 mDeleteRunnables.clear(); in commitDelete()387 mDeleteRunnables.clear(); in abortDelete()