Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1080 int bottomOverhang = result[1] + spanY - countY; in estimateDropCell() local
1081 if (bottomOverhang > 0) { in estimateDropCell()
1082 result[1] -= bottomOverhang; // Snap to bottom in estimateDropCell()
/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()