Searched refs:heightPx (Results 1 – 5 of 5) sorted by relevance
51 int heightPx = (int) (configuration.screenHeightDp * displayMetrics.density); in createDisplayInfo() local59 displayInfo.appHeight = heightPx; in createDisplayInfo()62 displayInfo.logicalHeight = heightPx; in createDisplayInfo()70 new Display.Mode(0, widthPx, heightPx, 60) in createDisplayInfo()
401 int heightPx = (int) (configuration.screenHeightDp * displayMetrics.density); in configureForJBOnly() local406 height = heightPx; in configureForJBOnly()408 realHeight = heightPx; in configureForJBOnly()
58 int heightPx = (int) (configuration.screenHeightDp * displayMetrics.density); in fixJellyBean() local60 displayMetrics.heightPixels = displayMetrics.noncompatHeightPixels = heightPx; in fixJellyBean()
49 if (cell.heightPx != null) { in renderRowsAndAppend()50 divStyle += SIZE_PREFIX + "height: " + cell.heightPx + "px; "; in renderRowsAndAppend()
85 public Integer widthPx, heightPx; field in Spreadsheet.CellInfo375 getCellInfo(to, row, lastColumn).heightPx = height - 2 * CELL_PADDING_PX; in matchRowHeights()