Home | History | Annotate | Download | only in launcher2

Lines Matching refs:BOTTOM

412             r.bottom = (int) (r.bottom * scale + 0.5f);
923 int bottom = top + getHeight() - getPaddingTop() - getPaddingBottom();
924 r.set(left, top, right, bottom);
1204 result[1] -= bottomOverhang; // Snap to bottom
1598 final static int BOTTOM = 3;
1662 case BOTTOM:
1663 int bottom = cs.y + cs.spanY;
1665 if (bottom > edge[j]) {
1666 edge[j] = bottom;
1701 case BOTTOM:
1725 case BOTTOM:
1763 case BOTTOM:
1792 computeEdge(BOTTOM, bottomEdge);
1810 case BOTTOM:
1842 pushDistance = clusterRect.bottom - rectOccupiedByPotentialDrop.top;
1844 whichEdge = ViewCluster.BOTTOM;
1845 pushDistance = rectOccupiedByPotentialDrop.bottom - clusterRect.top;
1903 clusterRect.bottom <= mCountY) {