Searched refs:assertListElements (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowInsetsAnimationTestBase.java | 136 assertListElements(steps, step -> step.fraction, in assertAnimationSteps() 138 assertListElements(steps, step -> step.interpolatedFraction, in assertAnimationSteps() 140 assertListElements(steps, step -> step.alpha, alpha -> alpha >= 0f); in assertAnimationSteps() 141 assertListElements(steps, step -> step.insets, compareInsets(types, showAnimation)); in assertAnimationSteps() 161 private <T, V> void assertListElements(ArrayList<T> list, Function<T, V> getter, in assertListElements() method in WindowInsetsAnimationTestBase 170 private <T, V> void assertListElements(ArrayList<T> list, Function<T, V> getter, in assertListElements() method in WindowInsetsAnimationTestBase
|