Home
last modified time | relevance | path

Searched defs:screenBounds (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProviderTest.kt71 val screenBounds = Rect(0, 0, 1080, 2160) in testGetBoundingRectForPrivacyChipForRotation_noCutout() constant
146 val screenBounds = Rect(0, 0, 1080, 2160) in testCalculateInsetsForRotationWithRotatedResources_topLeftCutout() constant
246 val screenBounds = Rect(0, 0, 1080, 2160) in testCalculateInsetsForRotationWithRotatedResources_nonCornerCutout() constant
342 val screenBounds = Rect(0, 0, 1080, 2160) in testCalculateInsetsForRotationWithRotatedResources_noCutout() constant
427 val screenBounds = Rect(0, 0, 1080, 2160) in testMinLeftRight_accountsForDisplayCutout() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DFloatingContentCoordinatorTest.kt21 private val screenBounds = Rect(0, 0, 1000, 1000) constant in com.android.systemui.util.FloatingContentCoordinatorTest
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.java86 Rect screenBounds = new Rect(0, 0, 1000, 1200); in testUpdate() local
296 public WindowManagerConfig setScreenBounds(Rect screenBounds) { in setScreenBounds()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotData.kt22 var screenBounds: Rect?, variable in com.android.systemui.screenshot.ScreenshotData
/frameworks/base/core/java/android/app/
DSharedElementCallback.java176 RectF screenBounds) { in onCaptureSharedElementSnapshot()
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/
DTvPrivacyChipsController.java299 Rect screenBounds = windowManager.getCurrentWindowMetrics().getBounds(); in updateStaticPrivacyIndicatorBounds() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarContentInsetsProvider.kt167 val screenBounds = context.resources.configuration.windowConfiguration.maxBounds in <lambda>() constant
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DActivityLaunchAnimator.kt774 val screenBounds = window.screenSpaceBounds in applyStateToWindow() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipKeepClearAlgorithm.kt343 val screenBounds = transformedScreenBounds in <lambda>() constant
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java997 final Rect screenBounds = mActivity.getBounds(); in testFixedOrientationRotateCutoutDisplay() local
/frameworks/native/services/surfaceflinger/
DLayer.cpp457 const FloatRect& screenBounds, float alpha, in computeTrustedPresentationState()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java3139 final Rect screenBounds = getAnimationBounds(appRootTaskClipMode); in getAnimationAdapter() local