Home
last modified time | relevance | path

Searched defs:heightPx (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/
DBootstrap.java58 int heightPx = (int) (configuration.screenHeightDp * displayMetrics.density); in fixJellyBean() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowDisplayManager.java51 int heightPx = (int) (configuration.screenHeightDp * displayMetrics.density); in createDisplayInfo() local
DShadowDisplay.java401 int heightPx = (int) (configuration.screenHeightDp * displayMetrics.density); in configureForJBOnly() local
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java85 public Integer widthPx, heightPx; field in Spreadsheet.CellInfo