Searched refs:updateCount (Results 1 – 2 of 2) sorted by relevance
191 fun updateCount(isExpanded: Boolean) { in onEntryViewBound() method199 entry.row.performOnIntrinsicHeightReached { updateCount(isExpanded) } in onEntryViewBound()201 updateCount(isExpanded) in onEntryViewBound()204 updateCount(entry.row?.isExpanded == true) in onEntryViewBound()
700 final int updateCount = keysToUpdate.size(); in markAcquiredConnectionsLocked() local701 for (int i = 0; i < updateCount; i++) { in markAcquiredConnectionsLocked()