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