Home
last modified time | relevance | path

Searched refs:cl (Results 1 – 25 of 36) sorted by relevance

12

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java360 CellLayout cl = (CellLayout) mLauncher.getWorkspace().getChildAt(0); in estimateItemSize() local
361 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan); in estimateItemSize()
375 public Rect estimateItemPosition(CellLayout cl, ItemInfo pendingInfo, in estimateItemPosition() argument
378 cl.cellToRect(hCell, vCell, hSpan, vSpan, r); in estimateItemPosition()
443 CellLayout cl = ((CellLayout) child); in onChildViewAdded() local
444 cl.setOnInterceptTouchListener(this); in onChildViewAdded()
445 cl.setClickable(true); in onChildViewAdded()
446 cl.setContentDescription(getContext().getString( in onChildViewAdded()
455 final CellLayout cl = (CellLayout) child; in shouldDrawChild() local
457 (cl.getShortcutsAndWidgets().getAlpha() > 0 || in shouldDrawChild()
[all …]
DSpringLoadedDragController.java42 public void setAlarm(CellLayout cl) { in setAlarm() argument
44 mAlarm.setAlarm((cl == null) ? ENTER_SPRING_LOAD_CANCEL_HOVER_TIME : in setAlarm()
46 mScreen = cl; in setAlarm()
DLauncher.java2342 CellLayout cl = (CellLayout) fi.getParent().getParent(); in growAndFadeOutFolderIcon() local
2344 cl.setFolderLeaveBehindCell(lp.cellX, lp.cellY); in growAndFadeOutFolderIcon()
2363 final CellLayout cl = (CellLayout) fi.getParent().getParent(); in shrinkAndFadeInFolderIcon() local
2374 if (cl != null) { in shrinkAndFadeInFolderIcon()
2375 cl.clearFolderLeaveBehind(); in shrinkAndFadeInFolderIcon()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
DTestInstrumentationRunner.java56 public Activity newActivity(ClassLoader cl, String className, Intent intent) in newActivity() argument
60 return callback.createActivity(cl, className, intent); in newActivity()
62 return super.newActivity(cl, className, intent); in newActivity()
67 public Application newApplication(ClassLoader cl, String className, Context context) in newApplication() argument
69 Application app = super.newApplication(cl, className, context); in newApplication()
102 Activity createActivity(ClassLoader cl, String className, Intent intent) in createActivity() argument
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java397 CellLayout cl = (CellLayout) getChildAt(numCustomPages()); in estimateItemSize() local
400 Rect r = estimateItemPosition(cl, 0, 0, itemInfo.spanX, itemInfo.spanY); in estimateItemSize()
427 public Rect estimateItemPosition(CellLayout cl, int hCell, int vCell, int hSpan, int vSpan) { in estimateItemPosition() argument
429 cl.cellToRect(hCell, vCell, hSpan, vSpan, r); in estimateItemPosition()
569 CellLayout cl = ((CellLayout) child); in onChildViewAdded() local
570 cl.setOnInterceptTouchListener(this); in onChildViewAdded()
571 cl.setClickable(true); in onChildViewAdded()
572 cl.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO); in onChildViewAdded()
811 CellLayout cl = (CellLayout) mDragSourceInternal.getParent(); in addExtraEmptyScreenOnDrag() local
812 if (indexOfChild(cl) == getChildCount() - 1) { in addExtraEmptyScreenOnDrag()
[all …]
DWorkspaceStateTransitionAnimation.java310 final CellLayout cl = (CellLayout) mWorkspace.getChildAt(i); in animateWorkspace() local
311 float initialAlpha = cl.getShortcutsAndWidgets().getAlpha(); in animateWorkspace()
334 cl.setShortcutAndWidgetAlpha(initialAlpha); in animateWorkspace()
339 float oldBackgroundAlpha = cl.getBackgroundAlpha(); in animateWorkspace()
342 cl.getShortcutsAndWidgets(), View.ALPHA, finalAlpha); in animateWorkspace()
348 ValueAnimator bgAnim = ObjectAnimator.ofFloat(cl, "backgroundAlpha", in animateWorkspace()
355 cl.setBackgroundAlpha(finalBackgroundAlpha); in animateWorkspace()
356 cl.setShortcutAndWidgetAlpha(finalAlpha); in animateWorkspace()
DPinchAnimationManager.java187 final CellLayout cl = (CellLayout) mWorkspace.getChildAt(i); in setOverviewPanelsAlpha() local
189 cl.setBackgroundAlpha(alpha); in setOverviewPanelsAlpha()
191 ObjectAnimator.ofFloat(cl, "backgroundAlpha", alpha).setDuration(duration).start(); in setOverviewPanelsAlpha()
DLauncherAppState.java164 try (ContentProviderClient cl = context.getContentResolver()
166 return (LauncherProvider) cl.getLocalContentProvider();
DLauncher.java3394 CellLayout cl = mWorkspace.getScreenWithId(item.screenId); in bindItems() local
3395 if (cl != null && cl.isOccupied(item.cellX, item.cellY)) { in bindItems()
3396 View v = cl.getChildAt(item.cellX, item.cellY); in bindItems()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java247 CellLayout cl = (CellLayout) getParent().getParent(); in onDragEnter() local
249 mBackground.animateToAccept(cl, lp.cellX, lp.cellY); in onDragEnter()
793 public void animateToAccept(final CellLayout cl, final int cellX, final int cellY) {
797 delegateDrawing(cl, cellX, cellY);
807 final CellLayout cl = mDrawingDelegate;
814 delegateDrawing(cl, cellX, cellY);
1113 final CellLayout cl = (CellLayout) getParent().getParent();
1121 if (cl != null) {
1122 cl.clearFolderLeaveBehind();
1130 if (cl != null) {
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
DColorGridDialog.java35 public ColorGridDialog(Context context, final RGBListener cl) { in ColorGridDialog() argument
37 mCallback = cl; in ColorGridDialog()
87 ColorListener cl = new ColorListener() { in showColorPicker() local
99 ColorPickerDialog cpd = new ColorPickerDialog(this.getContext(), cl); in showColorPicker()
DColorPickerDialog.java46 public ColorPickerDialog(Context context, final ColorListener cl) { in ColorPickerDialog() argument
70 cl.setColor(mHSVO); in ColorPickerDialog()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DSpringLoadedDragController.java47 public void setAlarm(CellLayout cl) { in setAlarm() argument
49 mAlarm.setAlarm((cl == null) ? ENTER_SPRING_LOAD_CANCEL_HOVER_TIME : in setAlarm()
51 mScreen = cl; in setAlarm()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCommonControllerOverlay.java296 int cl = (r - l - cw) / 2; in layoutCenteredView() local
298 view.layout(cl, ct, cl + cw, ct + ch); in layoutCenteredView()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DColorChooser.java162 ColorListener cl = new ColorListener() { in showColorPicker() local
171 ColorPickerDialog cpd = new ColorPickerDialog(mContext, cl); in showColorPicker()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java89 static Constructor getConstructor(Class cl) { in getConstructor() argument
91 return cl.getConstructor(Context.class, ViewGroup.class); in getConstructor()
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/
DManagedProfileTest.java58 (cl, className, intent) -> new TestPreProvisioningActivity(mResultListener)); in setUp()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java3561 String cl = c.getString(c.getColumnIndex(Mms.Part.CONTENT_LOCATION)); in extractMmsParts() local
3572 "\n cl : " + cl + in extractMmsParts()
3579 part.mContentLocation = cl; in extractMmsParts()
/packages/inputmethods/LatinIME/dictionaries/
Dro_wordlist.combined.gz1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ...
Dfr_wordlist.combined.gz1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ...
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...
Dtr_wordlist.combined.gz1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ...
/packages/apps/Messaging/build/gcheckstyle/
Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12