Searched refs:holders (Results 1 – 5 of 5) sorted by relevance
20 * Neither the names of the copyright holders nor the names of the contributors24 This software is provided by the copyright holders and contributors "as is" and27 In no event shall copyright holders or contributors be liable for any direct,
96 List<String> holders = new ArrayList<>(); in getRoleHolder() local100 holders.addAll(previousHolders); in getRoleHolder()103 return holders; in getRoleHolder()
28 * Neither the names of the copyright holders nor the names of the contributors32 This software is provided by the copyright holders and contributors "as is" and35 In no event shall copyright holders or contributors be liable for any direct,
1392 ImageResultHolder[] holders = new ImageResultHolder[isReprocessCaptures.length]; in doMixedReprocessBurstCapture() local1401 holders[i] = new ImageResultHolder(image, finalResults[j]); in doMixedReprocessBurstCapture()1408 image.getTimestamp(), holders[i]); in doMixedReprocessBurstCapture()1411 holders[i] = new ImageResultHolder(image, finalResults[i]); in doMixedReprocessBurstCapture()1415 return holders; in doMixedReprocessBurstCapture()
394 PropertyValuesHolder[] holders = a2.getValues(); in testValuesSetterAndGetter() local395 assertEquals(2, holders.length); in testValuesSetterAndGetter()399 ValueAnimator a1 = ValueAnimator.ofPropertyValuesHolder(holders); in testValuesSetterAndGetter()