Home
last modified time | relevance | path

Searched defs:widthDp (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/theme/src/android/theme/cts/
DWatchPercentageScreenDimenTest.java103 float widthDp = mDisplayMetrics.widthPixels / mDisplayMetrics.density; in getMaxErrorRatio() local
/cts/tests/tests/dpi/src/android/dpi/cts/
DConfigurationScreenLayoutTest.java156 final int widthDp = (int) (bounds.width() / density); in reduceScreenLayout() local