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.java54 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.java111 final String density = getDensityBucketForDevice(mDevice); in setUp() local
253 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/leanbackjank/app/
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.java78 final float density = getActivity().getResources().getDisplayMetrics().density; in setUp() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DNinePatchDrawableTest.java395 void setTargetDensity(NinePatchDrawable dr, int density); in setTargetDensity()