Searched refs:newCount (Results 1 – 6 of 6) sorted by relevance
114 int newCount = count + a.getCount(); in getAdapterOffsetForItem() local115 if (position < newCount) { in getAdapterOffsetForItem()118 count = newCount; in getAdapterOffsetForItem()
462 int32_t newCount; in _Block_release() local464 newCount = latching_decr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK; in _Block_release()465 if (newCount > 0) return; in _Block_release()
1078 int newCount; in onNotifyDataSetChanged() local1080 newCount = mCache.getTemporaryMetaData().count; in onNotifyDataSetChanged()1089 if (i < newCount) { in onNotifyDataSetChanged()
435 void onItemCountChanged(int oldCount, int newCount) { in onItemCountChanged() argument
622 int newCount = --nat->pollMemberCount; in handleWatchRemove() local624 nat->pollData[y].fd = nat->pollData[newCount].fd; in handleWatchRemove()625 nat->pollData[y].events = nat->pollData[newCount].events; in handleWatchRemove()626 nat->pollData[y].revents = nat->pollData[newCount].revents; in handleWatchRemove()627 nat->watchData[y] = nat->watchData[newCount]; in handleWatchRemove()
622 jsize newCount = (curCount == 0) ? 10 : (curCount*2); in android_os_Process_getPids() local623 jintArray newArray = env->NewIntArray(newCount); in android_os_Process_getPids()635 curCount = newCount; in android_os_Process_getPids()