Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java1202 int bottomOverhang = result[1] + spanY - countY; in estimateDropCell() local
1203 if (bottomOverhang > 0) { in estimateDropCell()
1204 result[1] -= bottomOverhang; // Snap to bottom in estimateDropCell()