OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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