Searched defs:heightPx (Results 1 – 4 of 4) sorted by relevance
58 int heightPx = (int) (configuration.screenHeightDp * displayMetrics.density); in fixJellyBean() local
51 int heightPx = (int) (configuration.screenHeightDp * displayMetrics.density); in createDisplayInfo() local
401 int heightPx = (int) (configuration.screenHeightDp * displayMetrics.density); in configureForJBOnly() local
85 public Integer widthPx, heightPx; field in Spreadsheet.CellInfo