Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DRemoteAnimationTarget.java256 WindowConfiguration windowConfig, boolean isNotInRecents, in RemoteAnimationTarget() argument
261 position, localBounds, screenSpaceBounds, windowConfig, isNotInRecents, startLeash, in RemoteAnimationTarget()
268 WindowConfiguration windowConfig, boolean isNotInRecents, in RemoteAnimationTarget() argument
283 this.windowConfiguration = windowConfig; in RemoteAnimationTarget()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java2506 final WindowConfiguration windowConfig = config.windowConfiguration; in testCreateTestDisplayContentFromDimensions() local
2507 assertEquals(displayWidth, windowConfig.getBounds().width()); in testCreateTestDisplayContentFromDimensions()
2508 assertEquals(displayHeight, windowConfig.getBounds().height()); in testCreateTestDisplayContentFromDimensions()
2509 assertEquals(windowingMode, windowConfig.getWindowingMode()); in testCreateTestDisplayContentFromDimensions()
2548 final WindowConfiguration windowConfig = testDisplayContent.getConfiguration() in testCreateTestDisplayContentFromDisplayInfo() local
2550 assertEquals(displayWidth, windowConfig.getBounds().width()); in testCreateTestDisplayContentFromDisplayInfo()
2551 assertEquals(displayHeight, windowConfig.getBounds().height()); in testCreateTestDisplayContentFromDisplayInfo()
2552 assertEquals(windowingMode, windowConfig.getWindowingMode()); in testCreateTestDisplayContentFromDisplayInfo()