Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/foldable/
DUnfoldAnimationTestingUtils.kt29 commonIcons(initialIcons, newIcons).any { (initial, new) -> in <lambda>()
44 commonIcons(expected, currentProvider()).all { (expected, current) -> in <lambda>()
52 fun commonIcons(setA: Set<Icon>, setB: Set<Icon>): Set<Pair<Icon, Icon>> { in <lambda>() method