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