Searched refs:newCount (Results 1 – 6 of 6) sorted by relevance
324 int newCount = mAdapter.getItemCount(); in updateCarUxRestrictions() local326 if (newCount == originalCount) { in updateCarUxRestrictions()330 if (newCount < originalCount) { in updateCarUxRestrictions()332 newCount, originalCount - newCount); in updateCarUxRestrictions()335 originalCount, newCount - originalCount); in updateCarUxRestrictions()
113 int newCount = count + a.getCount(); in getAdapterOffsetForItem() local114 if (position < newCount) { in getAdapterOffsetForItem()117 count = newCount; in getAdapterOffsetForItem()
132 int newCount; in subtract() local137 newCount = refCount - 1; in subtract()138 mMap.put(object, newCount); in subtract()140 newCount = 0; in subtract()143 return newCount; in subtract()
450 public void onContactChipsChanged(final int oldCount, final int newCount) { in onContactChipsChanged() argument451 Assert.isTrue(oldCount != newCount); in onContactChipsChanged()464 mHost.onParticipantCountChanged(ContactPickerData.getCanAddMoreParticipants(newCount)); in onContactChipsChanged()
54 void onContactChipsChanged(int oldCount, int newCount); in onContactChipsChanged() argument
287 int newCount = 0; in render() local292 if ((r & RENDER_MORE_PASS) != 0) requestedSlot[newCount++] = i; in render()294 requestCount = newCount; in render()