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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DSpringLoadedDragController.java42 public void setAlarm(CellLayout cl) { argument
44 mAlarm.setAlarm((cl == null) ? ENTER_SPRING_LOAD_CANCEL_HOVER_TIME :
46 mScreen = cl;
H A DWorkspace.java355 CellLayout cl = (CellLayout) mLauncher.getWorkspace().getChildAt(0);
356 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
370 public Rect estimateItemPosition(CellLayout cl, ItemInfo pendingInfo, argument
373 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);
381 CellLayout cl = (CellLayout) getChildAt(i);
382 cl.getShortcutsAndWidgets().buildLayer();
446 CellLayout cl = ((CellLayout) child);
447 cl.setOnInterceptTouchListener(this);
448 cl.setClickable(true);
449 cl
2601 overlaps(CellLayout cl, DragView dragView, int dragViewX, int dragViewY, Matrix cachedInverseMatrix) argument
3358 updateItemLocationsInDatabase(CellLayout cl) argument
[all...]

Completed in 28 milliseconds