Home
last modified time | relevance | path

Searched defs:cl (Results 1 – 21 of 21) sorted by relevance

/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/
DTestInstrumentationRunner.java57 public Activity newActivity(ClassLoader cl, String className, Intent intent) in newActivity()
68 public Application newApplication(ClassLoader cl, String className, Context context) in newApplication()
103 Activity createActivity(ClassLoader cl, String className, Intent intent) in createActivity()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
DColorGridDialog.java35 public ColorGridDialog(Context context, final RGBListener cl) { in ColorGridDialog()
87 ColorListener cl = new ColorListener() { in showColorPicker() local
DColorPickerDialog.java46 public ColorPickerDialog(Context context, final ColorListener cl) { in ColorPickerDialog()
/packages/modules/DnsResolver/
Dres_query.cpp103 int cl, int type, // class and type of query in res_nquery()
205 int cl, int type, /* class and type of query */ in res_nsearch()
328 int res_nquerydomain(res_state statp, const char* name, const char* domain, int cl, in res_nquerydomain()
Dres_mkquery.cpp102 int cl, int type, // class and type of query in res_nmkquery()
Dres_debug.cpp463 const char* p_class(int cl) { in p_class()
Dgetaddrinfo.cpp923 int cl = ntohs(*reinterpret_cast<const uint16_t*>(cp)); in getanswer() local
1617 const int cl = t->qclass; in doQuery() local
1749 int cl = t->qclass; in res_queryN() local
Dgethnamaddr.cpp207 int cl = ntohs(*reinterpret_cast<const uint16_t*>(cp)); in getanswer() local
Dres_send.cpp349 int res_nameinquery(const char* name, int type, int cl, const uint8_t* buf, const uint8_t* eom) { in res_nameinquery()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DSpringLoadedDragController.java47 public void setAlarm(CellLayout cl) { in setAlarm()
/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java148 public void applyChildState(LauncherState state, CellLayout cl, int childIndex) { in applyChildState()
153 private void applyChildState(LauncherState state, CellLayout cl, int childIndex, in applyChildState()
DLauncherAppState.java182 try (ContentProviderClient cl = context.getContentResolver() in getLocalProvider()
DWorkspace.java333 CellLayout cl = (CellLayout) getChildAt(0); in estimateItemSize() local
363 public Rect estimateItemPosition(CellLayout cl, int hCell, int vCell, int hSpan, int vSpan) { in estimateItemPosition()
482 CellLayout cl = ((CellLayout) child); in onViewAdded() local
593 CellLayout cl = (CellLayout) mDragSourceInternal.getParent(); in addExtraEmptyScreenOnDrag() local
687 final CellLayout cl = mWorkspaceScreens.get(EXTRA_EMPTY_SCREEN_ID); in fadeAndRemoveEmptyScreen() local
732 CellLayout cl = mWorkspaceScreens.get(EXTRA_EMPTY_SCREEN_ID); in commitExtraEmptyScreen() local
800 CellLayout cl = mWorkspaceScreens.valueAt(i); in stripEmptyScreens() local
817 CellLayout cl = mWorkspaceScreens.get(id); in stripEmptyScreens() local
1296 final CellLayout cl = (CellLayout) getChildAt(i); in updateChildrenLayersEnabled() local
2865 CellLayout cl = (CellLayout) getChildAt(child); in restoreInstanceStateForChild() local
DLauncher.java2082 CellLayout cl = mWorkspace.getScreenWithId(item.screenId); in bindItems() local
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java248 CellLayout cl = (CellLayout) getParent().getParent(); in onDragEnter() local
656 CellLayout cl = (CellLayout) getParent().getParent(); in clearLeaveBehindIfExists() local
666 CellLayout cl = (CellLayout) getParent().getParent(); in drawLeaveBehindIfExists() local
DPreviewBackground.java388 public void animateToAccept(CellLayout cl, int cellX, int cellY) { in animateToAccept()
397 CellLayout cl = mDrawingDelegate; in animateToRest() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DColorChooser.java162 ColorListener cl = new ColorListener() { in showColorPicker() local
/packages/providers/MediaProvider/tests/src/com/android/providers/media/scan/
DMediaScannerTest.java135 try (Cursor cl = legacyContext.getContentResolver().query(uri, null, null, null); in testCorrectness()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCommonControllerOverlay.java296 int cl = (r - l - cw) / 2; in layoutCenteredView() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java89 static Constructor getConstructor(Class cl) { in getConstructor()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContent.java3830 String cl = c.getString(c.getColumnIndex(Mms.Part.CONTENT_LOCATION)); in extractMmsParts() local