Searched refs:newCount (Results 1 – 5 of 5) 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()
1281 int newCount; in onNotifyDataSetChanged() local1284 newCount = mCache.getTemporaryMetaData().count; in onNotifyDataSetChanged()1286 mVisibleWindowUpperBound, newCount); in onNotifyDataSetChanged()1295 if (i < newCount) { in onNotifyDataSetChanged()
434 void onItemCountChanged(int oldCount, int newCount) { in onItemCountChanged() argument
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()