Home
last modified time | relevance | path

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

/frameworks/base/core/tests/mockingcoretests/src/android/view/
DDisplayTest.java285 setMaxBoundsSandboxed(mApplicationContext.getResources(), sAppBoundsPortrait); in testGetRealSize_resourcesPortraitSandboxed_matchesAppSandboxBounds()
297 setMaxBoundsSandboxed(mApplicationContext.getResources(), sDeviceBoundsPortrait); in testGetRealSize_resourcesPortraitSandboxed_matchesDisplayAreaSandboxBounds()
312 setMaxBoundsSandboxed(mApplicationContext.getResources(), sAppBoundsLandscape); in testGetRealSize_resourcesLandscapeSandboxed_matchesAppSandboxBounds()
324 setMaxBoundsSandboxed(mApplicationContext.getResources(), sDeviceBoundsLandscape); in testGetRealSize_resourcesLandscapeSandboxed_matchesDisplayAreaSandboxBounds()
405 setMaxBoundsSandboxed(mApplicationContext.getResources(), sAppBoundsPortrait); in testGetRealMetrics_resourcesPortraitSandboxed_matchesAppSandboxBounds()
417 setMaxBoundsSandboxed(mApplicationContext.getResources(), sDeviceBoundsPortrait); in testGetRealMetrics_resourcesPortraitSandboxed_matchesDisplayAreaSandboxBounds()
432 setMaxBoundsSandboxed(mApplicationContext.getResources(), sAppBoundsLandscape); in testGetRealMetrics_resourcesLandscapeSandboxed_matchesAppSandboxBounds()
444 setMaxBoundsSandboxed(mApplicationContext.getResources(), sDeviceBoundsLandscape); in testGetRealMetrics_resourcesLandscapeSandboxed_matchesDisplayAreaSandboxBounds()
522 private static void setMaxBoundsSandboxed(Resources resources, Rect bounds) { in setMaxBoundsSandboxed() method in DisplayTest