Searched refs:objectArray (Results 1 – 8 of 8) sorted by relevance
85 final Object[] objectArray = mObjects.getArray(); in update() local87 BaseObject object = (BaseObject)objectArray[i]; in update()120 final Object[] objectArray = mObjects.getArray(); in removeAll() local122 mPendingRemovals.add((BaseObject)objectArray[i]); in removeAll()
63 final Object[] objectArray = objects.getArray(); in clearQueue() local66 RenderElement element = (RenderElement)objectArray[i]; in clearQueue()
86 final Object[] objectArray = objects.getArray(); in update() local88 GameObject gameObject = (GameObject)objectArray[i]; in update()
210 Object[] objectArray = objects.getArray(); in onDrawFrame() local218 RenderElement element = (RenderElement)objectArray[i]; in onDrawFrame()
245 Object[] objectArray; field in CopyArrayBenchmark256 objectArray = new Object[size]; in setUp()269 objectArray[i] = new Object(); in setUp()284 dummy += System.identityHashCode(strategy.copy(objectArray)); in objects()
32 Object[] objectArray = new Object[0]; in run() local
361 var objectArray = new object[3]; in IDictionary_CopyTo()362 dictionary.CopyTo(objectArray, 1); in IDictionary_CopyTo()364 objectArray); in IDictionary_CopyTo()
581 object[] objectArray = new object[4]; in IList_CopyTo()582 list.CopyTo(objectArray, 1); in IList_CopyTo()583 CollectionAssert.AreEqual(new[] { null, "first", "second", null }, objectArray); in IList_CopyTo()