Searched refs:mDeleteRunnables (Results 1 – 1 of 1) sorted by relevance
71 private final List<Runnable> mDeleteRunnables = new ArrayList<>(); field in ModelWriter324 if (!mDeleteRunnables.isEmpty() && FeatureFlags.IS_STUDIO_BUILD) { in prepareToUndoDelete()327 mDeleteRunnables.clear(); in prepareToUndoDelete()339 mDeleteRunnables.add(r); in enqueueDeleteRunnable()347 for (Runnable runnable : mDeleteRunnables) { in commitDelete()350 mDeleteRunnables.clear(); in commitDelete()358 mDeleteRunnables.clear(); in abortDelete()