Home
last modified time | relevance | path

Searched defs:displayBounds (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tests/FlickerTests/lib/src/com/android/server/wm/flicker/
DWindowUtils.java50 Rect displayBounds = getDisplayBounds(); in getDisplayBounds() local
70 Rect displayBounds = getDisplayBounds(); in getAppPosition() local
91 Rect displayBounds = getDisplayBounds(); in getStatusBarPosition() local
109 Rect displayBounds = getDisplayBounds(); in getNavigationBarPosition() local
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/
DResizeSplitScreenTest.java97 Rect displayBounds = getDisplayBounds(); in checkPosition_appsStartingBounds() local
126 Rect displayBounds = getDisplayBounds(); in checkPosition_appsEndingBounds() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskLaunchParamsModifierTests.java911 final Rect displayBounds = freeformDisplay.getBounds(); in testDefaultFreeformSizeCenteredToDisplay() local
936 final Rect displayBounds = freeformDisplay.getBounds(); in testCascadesToSourceSizeForFreeform() local
963 final Rect displayBounds = freeformDisplay.getBounds(); in testAdjustBoundsToFitDisplay_TopLeftOutOfDisplay() local
985 final Rect displayBounds = freeformDisplay.getBounds(); in testAdjustBoundsToFitDisplay_BottomRightOutOfDisplay() local
1213 Rect displayBounds = new Rect(0, 0, 40, 40); in testAdjustBoundsToAvoidConflictAlwaysExits() local
DActivityRecordTests.java619 final Rect displayBounds = mStack.getDisplay().getBounds(); in setupDisplayContentForCompatDisplayInsets() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskLaunchParamsModifier.java586 Rect displayBounds = display.getBounds(); in getDefaultFreeformSize() local
632 final Rect displayBounds = display.getBounds(); in adjustBoundsToFitInDisplay() local
714 void adjustBoundsToAvoidConflict(@NonNull Rect displayBounds, in adjustBoundsToAvoidConflict()
DActivityRecord.java2944 final Rect displayBounds = mTmpBounds; in resolveSizeCompatModeConfiguration() local
/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp209 const Rect& displayBounds = getCompositionDisplay()->getState().bounds; in setProjection() local