Searched refs:mPendingAdditions (Results 1 – 1 of 1) sorted by relevance
30 private FixedSizeArray<BaseObject> mPendingAdditions; field in ObjectManager36 mPendingAdditions = new FixedSizeArray<BaseObject>(DEFAULT_ARRAY_SIZE); in ObjectManager()43 mPendingAdditions = new FixedSizeArray<BaseObject>(arraySize); in ObjectManager()58 final int additionCount = mPendingAdditions.getCount(); in commitUpdates()60 final Object[] additionsArray = mPendingAdditions.getArray(); in commitUpdates()65 mPendingAdditions.clear(); in commitUpdates()103 return mObjects.getCount() + mPendingAdditions.getCount() - mPendingRemovals.getCount(); in getConcreteCount()111 mPendingAdditions.add(object); in add()124 mPendingAdditions.clear(); in removeAll()147 return mPendingAdditions; in getPendingObjects()