Searched defs:bottomEdge (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1607 int[] bottomEdge = new int[mCountX]; field in class:CellLayout.ViewCluster
1620 bottomEdge[i] = -1;
1792 computeEdge(BOTTOM, bottomEdge);
1794 return bottomEdge;
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java1481 int[] bottomEdge = new int[mCountX]; field in class:CellLayout.ViewCluster
1494 bottomEdge[i] = -1;
1666 computeEdge(BOTTOM, bottomEdge);
1668 return bottomEdge;

Completed in 97 milliseconds