Searched refs:mLastDecRunnables (Results 1 – 1 of 1) sorted by relevance
32 ArrayList<Runnable> mLastDecRunnables = new ArrayList<>(); field in ReferenceCountedTrigger56 if (lastDecRunnable != null) mLastDecRunnables.add(lastDecRunnable); in ReferenceCountedTrigger()78 mLastDecRunnables.add(r); in addLastDecrementRunnable()99 if (!mLastDecRunnables.isEmpty()) { in flushLastDecrementRunnables()100 int numRunnables = mLastDecRunnables.size(); in flushLastDecrementRunnables()102 mLastDecRunnables.get(i).run(); in flushLastDecrementRunnables()105 mLastDecRunnables.clear(); in flushLastDecrementRunnables()