Home
last modified time | relevance | path

Searched refs:cHeight (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DShortcutAndWidgetContainer.java154 int cHeight = getCellContentHeight(); in measureChild() local
155 int cellPaddingY = (int) Math.max(0, ((lp.height - cHeight) / 2f)); in measureChild()
DCellLayout.java1100 int cHeight = getShortcutsAndWidgets().getCellContentHeight(); in visualizeDropLocation() local
1101 int cellPaddingY = (int) Math.max(0, ((mCellHeight - cHeight) / 2f)); in visualizeDropLocation()