Home
last modified time | relevance | path

Searched refs:targetCount (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/
H A DChooserListAdapterTest.kt131 addServiceTargets(adapter, targetCount = 50)
143 private fun addServiceTargets(adapter: ChooserListAdapter, targetCount: Int) {
152 for (i in 1..targetCount) {
/aosp14/frameworks/base/core/java/android/app/
H A DFragmentTransition.java1044 final int targetCount = newTargets == null ? 0 : newTargets.size(); in replaceTargets() local
1045 for (int i = 0; i < targetCount; i++) { in replaceTargets()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java2654 final int targetCount = sortedTargets.size(); in getLayoutParamsForAnimationsStyle() local
2655 for (int i = 0; i < targetCount; ++i) { in getLayoutParamsForAnimationsStyle()