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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayoutChildren.java60 CellLayout.LayoutParams lp = (CellLayout.LayoutParams) child.getLayoutParams();
62 if ((lp.cellX <= x) && (x < lp.cellX + lp.cellHSpan) &&
63 (lp.cellY <= y) && (y < lp.cellY + lp.cellVSpan)) {
82 public void setupLp(CellLayout.LayoutParams lp) { argument
83 lp.setup(mCellWidth, mCellHeight, mWidthGap, mHeightGap);
89 CellLayout.LayoutParams lp
[all...]

Completed in 233 milliseconds