Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java1355 Rect visibleFrame = new Rect(); in testClipToScreenClipsToInsets() local
1356 parentWindowView.getWindowVisibleDisplayFrame(visibleFrame); in testClipToScreenClipsToInsets()
1358 assertEquals(measuredWidth, visibleFrame.width()); in testClipToScreenClipsToInsets()
1359 assertEquals(measuredHeight, visibleFrame.height()); in testClipToScreenClipsToInsets()