Searched refs:targetCount (Results 1 – 3 of 3) sorted by relevance
131 addServiceTargets(adapter, targetCount = 50)143 private fun addServiceTargets(adapter: ChooserListAdapter, targetCount: Int) {152 for (i in 1..targetCount) {
1044 final int targetCount = newTargets == null ? 0 : newTargets.size(); in replaceTargets() local1045 for (int i = 0; i < targetCount; i++) { in replaceTargets()
2654 final int targetCount = sortedTargets.size(); in getLayoutParamsForAnimationsStyle() local2655 for (int i = 0; i < targetCount; ++i) { in getLayoutParamsForAnimationsStyle()