Searched refs:cHeight (Results 1 – 2 of 2) sorted by relevance
125 int cHeight = getCellContentHeight(); in measureChild() local126 int cellPaddingY = (int) Math.max(0, ((lp.height - cHeight) / 2f)); in measureChild()
1004 int cHeight = getShortcutsAndWidgets().getCellContentHeight(); in visualizeDropLocation() local1005 int cellPaddingY = (int) Math.max(0, ((mCellHeight - cHeight) / 2f)); in visualizeDropLocation()