Home | History | Annotate | Download | only in launcher2

Lines Matching refs:blp

3611                 CellLayout.LayoutParams blp = (CellLayout.LayoutParams) b.getLayoutParams();
3613 return (alp.cellY * cellCountX + alp.cellX) - (blp.cellY * cellCountX + blp.cellX);