Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DRemoteAnimationTarget.java208 WindowConfiguration windowConfig, boolean isNotInRecents, in RemoteAnimationTarget() argument
211 position, localBounds, screenSpaceBounds, windowConfig, isNotInRecents, startLeash, in RemoteAnimationTarget()
218 WindowConfiguration windowConfig, boolean isNotInRecents, in RemoteAnimationTarget() argument
233 this.windowConfiguration = windowConfig; in RemoteAnimationTarget()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java2036 final WindowConfiguration windowConfig = testDisplayContent.getConfiguration() in testCreateTestDisplayContentFromDimensions() local
2038 assertEquals(displayWidth, windowConfig.getBounds().width()); in testCreateTestDisplayContentFromDimensions()
2039 assertEquals(displayHeight, windowConfig.getBounds().height()); in testCreateTestDisplayContentFromDimensions()
2040 assertEquals(windowingMode, windowConfig.getWindowingMode()); in testCreateTestDisplayContentFromDimensions()
2077 final WindowConfiguration windowConfig = testDisplayContent.getConfiguration() in testCreateTestDisplayContentFromDisplayInfo() local
2079 assertEquals(displayWidth, windowConfig.getBounds().width()); in testCreateTestDisplayContentFromDisplayInfo()
2080 assertEquals(displayHeight, windowConfig.getBounds().height()); in testCreateTestDisplayContentFromDisplayInfo()
2081 assertEquals(windowingMode, windowConfig.getWindowingMode()); in testCreateTestDisplayContentFromDisplayInfo()