Searched refs:containingFrame (Results 1 – 3 of 3) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | ManifestLayoutTests.java | 189 Rect containingFrame, Rect parentFrame) { in verifyFrameSizeAndPosition() argument 190 assertEquals("Width is incorrect", expectedWidthPx, containingFrame.width()); in verifyFrameSizeAndPosition() 191 assertEquals("Height is incorrect", expectedHeightPx, containingFrame.height()); in verifyFrameSizeAndPosition() 194 assertEquals("Should be on the top", parentFrame.top, containingFrame.top); in verifyFrameSizeAndPosition() 196 assertEquals("Should be on the bottom", parentFrame.bottom, containingFrame.bottom); in verifyFrameSizeAndPosition() 200 assertEquals("Should be on the left", parentFrame.left, containingFrame.left); in verifyFrameSizeAndPosition() 202 assertEquals("Should be on the right", parentFrame.right, containingFrame.right); in verifyFrameSizeAndPosition()
|
/cts/tests/tests/keystore/src/android/server/am/ |
D | WindowManagerState.java | 515 mContainingFrame = extract(windowFramesProto.containingFrame); in WindowState()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowManagerState.java | 872 mContainingFrame = extract(windowFramesProto.containingFrame); in WindowState()
|