Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/media/
DMediaInstrumentation.java155 UiObject2 footer = mDevice.wait(Until.findObject(footerSelector), WAIT_TIME_MILLIS); in ensureUMOFullyVisible() local
156 assertNotNull("Can't find QS actions footer.", footer); in ensureUMOFullyVisible()
158 Rect footerBound = footer.getVisibleBounds(); in ensureUMOFullyVisible()