Home
last modified time | relevance | path

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

/platform_testing/tests/jank/jankmicrobenchmark/src/com/android/jankmicrobenchmark/janktests/
DApiDemoJankTests.java242 UiObject2 showButton = mDevice.wait(Until.findObject(By.res( in testHideShowAnimationJank() local
244 Assert.assertNotNull("'Show Buttons' button can't be found", showButton); in testHideShowAnimationJank()
245 showButton.click(); in testHideShowAnimationJank()