Searched refs:aStackBounds (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/keystore/src/android/server/am/ |
D | ActivityAndWindowManagersState.java | 387 final Rect aStackBounds = aStack.getBounds(); in stackBoundsInAMAndWMAreEqual() local 391 if (aStackBounds != null) { in stackBoundsInAMAndWMAreEqual() 395 } else if (!Objects.equals(aStackBounds, wStackBounds)) { in stackBoundsInAMAndWMAreEqual() 420 final Rect aStackBounds = aStack.getBounds(); in assertValidBounds() local 424 assertNull("Stack bounds in AM must be null stackId=" + stackId, aStackBounds); in assertValidBounds() 427 aStackBounds, wStackBounds); in assertValidBounds() 463 + ", stackId" + stackId, aStackBounds.width(), in assertValidBounds() 466 + ", stackId" + stackId, aStackBounds.height(), in assertValidBounds() 469 + ", stackId" + stackId, aStackBounds.top, in assertValidBounds() 495 if (aStackBounds.width() >= aTaskMinWidth in assertValidBounds() [all …]
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | ActivityAndWindowManagersState.java | 776 final Rect aStackBounds = aStack.getBounds(); in stackBoundsInAMAndWMAreEqual() local 780 if (aStackBounds != null) { in stackBoundsInAMAndWMAreEqual() 784 } else if (!Objects.equals(aStackBounds, wStackBounds)) { in stackBoundsInAMAndWMAreEqual() 824 final Rect aStackBounds = aStack.getBounds(); in assertValidBounds() local 828 assertNull("Stack bounds in AM must be null stackId=" + stackId, aStackBounds); in assertValidBounds() 831 aStackBounds, wStackBounds); in assertValidBounds() 867 + ", stackId" + stackId, aStackBounds.width(), in assertValidBounds() 870 + ", stackId" + stackId, aStackBounds.height(), in assertValidBounds() 873 + ", stackId" + stackId, aStackBounds.top, in assertValidBounds() 899 if (aStackBounds.width() >= aTaskMinWidth in assertValidBounds() [all …]
|