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.java125 int cHeight = getCellContentHeight(); in measureChild() local
126 int cellPaddingY = (int) Math.max(0, ((lp.height - cHeight) / 2f)); in measureChild()
DCellLayout.java1004 int cHeight = getShortcutsAndWidgets().getCellContentHeight(); in visualizeDropLocation() local
1005 int cellPaddingY = (int) Math.max(0, ((mCellHeight - cHeight) / 2f)); in visualizeDropLocation()