Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DViewInvalidateTest.java72 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, mParent, () -> { in setup()
165 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, mParent, () -> { in testInvalidate_simple()
225 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, mParent, () -> { in testInvalidateChild_childHardwareLayer()
245 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, mParent, () -> { in testInvalidateChild_childSoftwareLayer()
292 static class WidgetTestUtils { class in ViewInvalidateTest