Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DPinnedStackTests.java260 Rect db = wmState1.getPinnedStackMovementBounds(); in testPinnedStackMovementBounds()
267 Rect pipMovementBounds = wmState.getPinnedStackMovementBounds(); in testPinnedStackMovementBounds()
274 Rect db = wmState1.getPinnedStackMovementBounds(); in testPinnedStackMovementBounds()
281 pipMovementBounds = wmState.getPinnedStackMovementBounds(); in testPinnedStackMovementBounds()
1336 Rect pipMovementBounds = wmState.getPinnedStackMovementBounds(); in assertPinnedStackDoesNotIntersectIME()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowManagerState.java559 Rect getPinnedStackMovementBounds() { in getPinnedStackMovementBounds() method in WindowManagerState