Searched refs:newCount (Results 1 – 5 of 5) sorted by relevance
132 void updateIndexCount(unsigned int newCount) { in updateIndexCount() argument133 mIndexCount = MathUtils::min(newCount, mAllocatedIndexCount); in updateIndexCount()135 void updateVertexCount(unsigned int newCount) { in updateVertexCount() argument136 mVertexCount = MathUtils::min(newCount, mAllocatedVertexCount); in updateVertexCount()
188 int newCount = newDims == null ? 0 : newDims.length; in resize() local189 if (oldCount != newCount) { in resize()191 + "Frame to " + newCount + "-dimensional Frame!"); in resize()
134 int newCount = receivedCount + 1; in scanRawTable() local135 if (newCount == tracker.getMessageCount()) { in scanRawTable()143 multiPartReceivedCount.put(reference, newCount); in scanRawTable()
1272 int newCount; in onNotifyDataSetChanged() local1275 newCount = mCache.getTemporaryMetaData().count; in onNotifyDataSetChanged()1277 mVisibleWindowUpperBound, newCount); in onNotifyDataSetChanged()1286 if (i < newCount) { in onNotifyDataSetChanged()
631 jsize newCount = (curCount == 0) ? 10 : (curCount*2); in android_os_Process_getPids() local632 jintArray newArray = env->NewIntArray(newCount); in android_os_Process_getPids()644 curCount = newCount; in android_os_Process_getPids()