OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:faviconbackground
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Browser/src/com/android/browser/
BookmarkUtils.java
70
PaintDrawable
faviconBackground
= new PaintDrawable();
73
faviconBackground
.setPadding(padding, padding, padding, padding);
74
faviconBackground
.getPaint().setColor(context.getResources()
76
faviconBackground
.setCornerRadius(
78
return
faviconBackground
;
Completed in 63 milliseconds