Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationTestBase.java141 assertListElements(steps, step -> step.insets, compareInsets(types, showAnimation)); in assertAnimationSteps()
144 private BiPredicate<WindowInsets, WindowInsets> compareInsets(int types, in compareInsets() method in WindowInsetsAnimationTestBase