Searched defs:dr (Results 1 – 8 of 8) sorted by relevance
40 final AttachmentService.DownloadRequest dr = in testDownloadRequestIsEquals() local56 final AttachmentService.DownloadRequest dr = in testDownloadQueueAddRequest() local79 final AttachmentService.DownloadRequest dr = in testDownloadQueueAddRequestExisting() local95 final AttachmentService.DownloadRequest dr = in testDownloadQueueRemoveRequest() local113 final AttachmentService.DownloadRequest dr = in testDownloadQueueRemoveRequestNull() local131 final AttachmentService.DownloadRequest dr = in testDownloadQueueRemoveRequestDoesNotExist() local150 final AttachmentService.DownloadRequest dr = in testDownloadQueueFindRequestById() local164 final AttachmentService.DownloadRequest dr = in testDownloadQueueFindRequestByIdInvalidId() local175 final AttachmentService.DownloadRequest dr = in testDownloadQueueFindRequestByIdUnknownId() local190 final AttachmentService.DownloadRequest dr = in testDownloadQueueGetNextRequest() local[all …]
284 final Drawable dr = mLayerState.mChildren[i].mDrawable; in draw() local472 final Drawable dr = array[i].mDrawable; in setHotspot() local483 final Drawable dr = array[i].mDrawable; in setHotspotBounds() local511 final Drawable dr = array[i].mDrawable; in setVisible() local524 final Drawable dr = array[i].mDrawable; in setDither() local545 final Drawable dr = array[i].mDrawable; in setColorFilter() local557 final Drawable dr = array[i].mDrawable; in setTintList() local569 final Drawable dr = array[i].mDrawable; in setTintMode() local591 final Drawable dr = array[i].mDrawable; in setAutoMirrored() local607 final Drawable dr = array[i].mDrawable; in jumpToCurrentState() local[all …]
19 __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
56 final double dr = r2 - r1; in makePath() local
443 Drawable dr = ((BubbleTextView) v).getIcon(); in getOpeningWindowAnimators() local
216 AdaptiveIconDrawable dr = (AdaptiveIconDrawable) mWrapperIcon; in normalizeAndWrapToAdaptiveIcon() local
175 float dr = (mDownRadiusX + mDownRadiusY) * sin45; in actionMove() local
449 boolean validateDownloadRequest(final DownloadRequest dr, final int callbackTimeout, in validateDownloadRequest()