Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DNoCaptureVideoPermissionTest.java35 private static final int DENSITY = DisplayMetrics.DENSITY_MEDIUM; field in NoCaptureVideoPermissionTest
50 displayManager.createVirtualDisplay(NAME, WIDTH, HEIGHT, DENSITY, in testCreatePublicVirtualDisplay()
73 displayManager.createVirtualDisplay(NAME, WIDTH, HEIGHT, DENSITY, in testCreateSecureVirtualDisplay()
95 NAME, WIDTH, HEIGHT, DENSITY, in testCreatePrivateVirtualDisplay()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DVirtualDisplayHelper.java51 private static final int DENSITY = 160; field in VirtualDisplayHelper
120 logAlways("createVirtualDisplay: " + WIDTH + "x" + HEIGHT + ", dpi: " + DENSITY in createVirtualDisplay()
126 VIRTUAL_DISPLAY_NAME, WIDTH, HEIGHT, DENSITY, mReader.getSurface(), flags); in createVirtualDisplay()
DWindowFocusTests.java524 private static final int DENSITY = 160; field in WindowFocusTests.InvisibleVirtualDisplaySession
535 WIDTH, HEIGHT, DENSITY, mReader.getSurface(), in InvisibleVirtualDisplaySession()
/cts/tests/tests/display/src/android/display/cts/
DVirtualDisplayTest.java84 private static final int DENSITY = DisplayMetrics.DENSITY_MEDIUM; field in VirtualDisplayTest
162 WIDTH, HEIGHT, DENSITY, mSurface, 0); in testPrivateVirtualDisplay()
187 WIDTH, HEIGHT, DENSITY, mSurface, in testPrivatePresentationVirtualDisplay()
213 WIDTH, HEIGHT, DENSITY, null, 0); in testPrivateVirtualDisplayWithDynamicSurface()
246 WIDTH, HEIGHT, DENSITY, mSurface, in testUntrustedSysDecorVirtualDisplay()
274 WIDTH, HEIGHT, DENSITY, mSurface, VIRTUAL_DISPLAY_FLAG_TRUSTED); in testTrustedVirtualDisplay()
286 WIDTH, HEIGHT, DENSITY, mSurface, /*flags*/ 0); in testHdrApiMethods()
298 WIDTH, HEIGHT, DENSITY, mSurface, /*flags*/ 0); in testGetHdrCapabilitiesWithUserDisabledFormats()
/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java71 DENSITY, enumConstant
152 case DENSITY: in setProperty()
233 config.setProperty(Properties.DENSITY, 160); in makeClassicConfig()
374 config.setProperty(Properties.DENSITY, 240); in testAllEmptyConfigs()
606 config.setProperty(Properties.DENSITY, 240); in testAllClassicConfigs()
715 config.setProperty(Properties.DENSITY, 2); in testDensity()
722 config.setProperty(Properties.DENSITY, 32); in testDensity()
729 config.setProperty(Properties.DENSITY, 48); in testDensity()
736 config.setProperty(Properties.DENSITY, 49); in testDensity()
743 config.setProperty(Properties.DENSITY, 150); in testDensity()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
DProjectionOffscreenActivity.java58 private static final int DENSITY = DisplayMetrics.DENSITY_MEDIUM; field in ProjectionOffscreenActivity
135 mService.startRendering(mReader.getSurface(), WIDTH, HEIGHT, DENSITY,
/cts/tests/tests/media/src/android/media/cts/
DEncodeVirtualDisplayTest.java96 private static final int DENSITY = DisplayMetrics.DENSITY_HIGH; field in EncodeVirtualDisplayTest
257 sWidth, sHeight, DENSITY, inputSurface, 0); in encodeVirtualDisplayTest()