Home
last modified time | relevance | path

Searched defs:density (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationTest.java52 double density = 160.0d * metrics.density; in testScreenConfiguration() local
/cts/tools/utils/
Drm_dup_holo_imgs.py61 def getDirName(density, sw, land): argument
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DIProjectionService.aidl25 void startRendering(in Surface surface, int width, int height, int density, int viewType); in startRendering()
DProjectionService.java77 final int density, in startRendering()
/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java109 final String density = getDensityBucketForDevice(mDevice); in setUp() local
288 final int density; in getDensityBucketForDevice() local
/cts/libs/deviceutil/src/android/cts/util/
DWidgetTestUtils.java109 float density = context.getResources().getDisplayMetrics().density; in convertDipToPixels() local
/cts/tests/tests/hardware/src/android/hardware/cts/
DLowRamDeviceTest.java78 int density = mDisplayMetrics.densityDpi; in testMinimumMemory() local
/cts/tests/leanbackjank/app/src/android/cts/jank/leanback/
DUtils.java79 float density = ctx.getResources().getDisplayMetrics().density; in convertDpToPixel() local
/cts/tests/tests/widget/src/android/widget/cts/
DAdapterViewTest.java219 float density = mActivity.getResources().getDisplayMetrics().density; in testAccessVisiblePosition() local
DScrollViewTest.java74 final float density = getActivity().getResources().getDisplayMetrics().density; in setUp() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Draytrace.js386 density: 0.5, property
388 initialize : function(colorEven, colorOdd, reflection, transparency, gloss, density) { argument