Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java78 List<View> ancestorsWithBackgrounds = new ArrayList<>(); in getCombinedBackgroundBitmap() local
85 ancestorsWithBackgrounds.add(view); in getCombinedBackgroundBitmap()
106 final int layerCount = ancestorsWithBackgrounds.size(); in getCombinedBackgroundBitmap()
108 View ancestor = ancestorsWithBackgrounds.get(i); in getCombinedBackgroundBitmap()