Home
last modified time | relevance | path

Searched defs:dr (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java40 final AttachmentService.DownloadRequest dr = in testDownloadRequestIsEquals() local
56 final AttachmentService.DownloadRequest dr = in testDownloadQueueAddRequest() local
79 final AttachmentService.DownloadRequest dr = in testDownloadQueueAddRequestExisting() local
95 final AttachmentService.DownloadRequest dr = in testDownloadQueueRemoveRequest() local
113 final AttachmentService.DownloadRequest dr = in testDownloadQueueRemoveRequestNull() local
131 final AttachmentService.DownloadRequest dr = in testDownloadQueueRemoveRequestDoesNotExist() local
150 final AttachmentService.DownloadRequest dr = in testDownloadQueueFindRequestById() local
164 final AttachmentService.DownloadRequest dr = in testDownloadQueueFindRequestByIdInvalidId() local
175 final AttachmentService.DownloadRequest dr = in testDownloadQueueFindRequestByIdUnknownId() local
190 final AttachmentService.DownloadRequest dr = in testDownloadQueueGetNextRequest() local
[all …]
/packages/apps/Gallery2/jni/filters/
Dfx.c19 __inline__ int interp(unsigned char *src, int p , int *off ,float dr,float dg, float db){ in interp()
77 float dr = fr-lut_r; in JNIFUNCF() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DRoundedLine.java56 final double dr = r2 - r1; in makePath() local
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherIcons.java109 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) in createBadgedIconBitmap() local
163 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) in createScaledBitmapWithoutShadow() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DEclipseControl.java175 float dr = (mDownRadiusX + mDownRadiusY) * sin45; in actionMove() local
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java449 boolean validateDownloadRequest(final DownloadRequest dr, final int callbackTimeout, in validateDownloadRequest()