HomeSort by relevance Sort by last modified time
    Searched full:pdpaint (Results 1 - 1 of 1) sorted by null

  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 670 Paint pdpaint = new Paint(); local
671 pdpaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC_IN));
673 pdpaint.setStyle(Paint.Style.FILL);
674 c.drawRect(0, 0, width, height, pdpaint);
717 placeImage(thumb, c, pdpaint, imageWidth, padding, imageHeight,

Completed in 32 milliseconds