Searched refs:cl (Results 1 - 12 of 12) 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.java359 CellLayout cl = (CellLayout) mLauncher.getWorkspace().getChildAt(0);
360 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
374 public Rect estimateItemPosition(CellLayout cl, ItemInfo pendingInfo, argument
377 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);
442 CellLayout cl = ((CellLayout) child);
443 cl.setOnInterceptTouchListener(this);
444 cl.setClickable(true);
445 cl.setContentDescription(getContext().getString(
454 final CellLayout cl = (CellLayout) child;
456 (cl
2628 overlaps(CellLayout cl, DragView dragView, int dragViewX, int dragViewY, Matrix cachedInverseMatrix) argument
3397 updateItemLocationsInDatabase(CellLayout cl) argument
[all...]
H A DLauncher.java2284 CellLayout cl = (CellLayout) fi.getParent().getParent();
2286 cl.setFolderLeaveBehindCell(lp.cellX, lp.cellY);
2305 final CellLayout cl = (CellLayout) fi.getParent().getParent();
2316 if (cl != null) {
2317 cl.clearFolderLeaveBehind();
/packages/apps/Launcher3/src/com/android/launcher3/
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.java359 CellLayout cl = (CellLayout) getChildAt(numCustomPages());
360 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
375 public Rect estimateItemPosition(CellLayout cl, ItemInfo pendingInfo, argument
378 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);
477 CellLayout cl = ((CellLayout) child);
478 cl.setOnInterceptTouchListener(this);
479 cl.setClickable(true);
480 cl.setImportantForAccessibility(ViewCompat.IMPORTANT_FOR_ACCESSIBILITY_NO);
485 final CellLayout cl = (CellLayout) child;
488 cl
4112 updateItemLocationsInDatabase(CellLayout cl) argument
4146 getUniqueIntents(CellLayout cl, ArrayList<ComponentName> uniqueIntents, ArrayList<ComponentName> duplicates, boolean stripDuplicates) argument
4226 saveWorkspaceScreenToDb(CellLayout cl) argument
[all...]
H A DLauncher.java2695 CellLayout cl = (CellLayout) fi.getParent().getParent();
2697 cl.setFolderLeaveBehindCell(lp.cellX, lp.cellY);
2716 final CellLayout cl = (CellLayout) fi.getParent().getParent();
2727 if (cl != null) {
2728 cl.clearFolderLeaveBehind();
3927 CellLayout cl = mWorkspace.getScreenWithId(item.screenId);
3928 if (cl != null && cl.isOccupied(item.cellX, item.cellY)) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
H A DColorGridDialog.java35 public ColorGridDialog(Context context, final RGBListener cl) { argument
37 mCallback = cl;
87 ColorListener cl = new ColorListener() {
99 ColorPickerDialog cpd = new ColorPickerDialog(this.getContext(), cl);
H A DColorPickerDialog.java46 public ColorPickerDialog(Context context, final ColorListener cl) { argument
70 cl.setColor(mHSVO);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DCommonControllerOverlay.java296 int cl = (r - l - cw) / 2;
298 view.layout(cl, ct, cl + cw, ct + ch);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DColorChooser.java162 ColorListener cl = new ColorListener() {
171 ColorPickerDialog cpd = new ColorPickerDialog(mContext, cl);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DParametricEditor.java89 static Constructor getConstructor(Class cl) { argument
91 return cl.getConstructor(Context.class, ViewGroup.class);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java266 String cl = c.getString(c.getColumnIndex("cl"));
277 "\n cl : " + cl +
1578 String cl = c.getString(c.getColumnIndex("cl"));
1589 "\n cl : " + cl +
1596 part.contentLocation = cl;

Completed in 302 milliseconds