Home
last modified time | relevance | path

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

/frameworks/base/core/tests/mockingcoretests/src/android/view/
DDisplayTest.java78 private static Rect sDeviceBoundsPortrait = new Rect(0, 0, LOGICAL_WIDTH, LOGICAL_HEIGHT); field in DisplayTest
245 setMaxBoundsSandboxed(mApplicationContext.getResources(), sDeviceBoundsPortrait); in testGetRealSize_resourcesPortraitSandboxed_matchesDisplayAreaSandboxBounds() local
252 verifyRealSizeMatchesBounds(display, sDeviceBoundsPortrait); in testGetRealSize_resourcesPortraitSandboxed_matchesDisplayAreaSandboxBounds()
365 setMaxBoundsSandboxed(mApplicationContext.getResources(), sDeviceBoundsPortrait); in testGetRealMetrics_resourcesPortraitSandboxed_matchesDisplayAreaSandboxBounds() local
372 verifyRealMetricsMatchesBounds(display, sDeviceBoundsPortrait); in testGetRealMetrics_resourcesPortraitSandboxed_matchesDisplayAreaSandboxBounds()