Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDialogFrameTests.java126 Rect contentFrame = parent.getContentFrame(); in testExplicitSizeDefaultGravity()
128 contentFrame.left + (contentFrame.width() - explicitDimension) / 2, in testExplicitSizeDefaultGravity()
129 contentFrame.top + (contentFrame.height() - explicitDimension) / 2, in testExplicitSizeDefaultGravity()
130 contentFrame.left + (contentFrame.width() + explicitDimension) / 2, in testExplicitSizeDefaultGravity()
131 contentFrame.top + (contentFrame.height() + explicitDimension) / 2); in testExplicitSizeDefaultGravity()
139 Rect contentFrame = parent.getContentFrame(); in testExplicitSizeTopLeftGravity()
141 contentFrame.left, in testExplicitSizeTopLeftGravity()
142 contentFrame.top, in testExplicitSizeTopLeftGravity()
143 contentFrame.left + explicitDimension, in testExplicitSizeTopLeftGravity()
144 contentFrame.top + explicitDimension); in testExplicitSizeTopLeftGravity()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DPopupWindowTest.java578 final Rect contentFrame = new Rect(); in verifyPosition() local
579 content.getBoundsOnScreen(contentFrame); in verifyPosition()
580 assertTrue("Content (" + contentFrame + ") extends outside display (" in verifyPosition()
581 + displayFrame + ")", displayFrame.contains(contentFrame)); in verifyPosition()
/cts/tests/tests/keystore/src/android/server/am/
DWindowManagerState.java517 mContentFrame = extract(windowFramesProto.contentFrame); in WindowState()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java874 mContentFrame = extract(windowFramesProto.contentFrame); in WindowState()