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

  /packages/apps/Contacts/src/com/android/contacts/list/
ShortcutIntentBuilder.java 316 Paint photoPaint = new Paint();
317 photoPaint.setDither(true);
318 photoPaint.setFilterBitmap(true);
321 canvas.drawBitmap(photo, src, dst, photoPaint);
352 Paint photoPaint = new Paint();
353 photoPaint.setDither(true);
354 photoPaint.setFilterBitmap(true);
357 canvas.drawBitmap(photo, src, dst, photoPaint);
397 canvas.drawBitmap(phoneIcon, src, dst, photoPaint);

Completed in 110 milliseconds