Searched refs:touchIcon (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DBookmarkUtils.java60 static Bitmap createIcon(Context context, Bitmap touchIcon, Bitmap favicon, argument
66 return createIcon(context, touchIcon, favicon, type, iconDimension, iconDensity);
81 private static Bitmap createIcon(Context context, Bitmap touchIcon, argument
88 if (touchIcon != null) {
89 drawTouchIconToCanvas(touchIcon, canvas, iconBounds);
115 Bitmap touchIcon, Bitmap favicon) {
120 i.putExtra(Intent.EXTRA_SHORTCUT_ICON, createIcon(context, touchIcon, favicon,
159 private static void drawTouchIconToCanvas(Bitmap touchIcon, Canvas canvas, Rect iconBounds) { argument
160 Rect src = new Rect(0, 0, touchIcon.getWidth(), touchIcon
114 createAddToHomeIntent(Context context, String url, String title, Bitmap touchIcon, Bitmap favicon) argument
[all...]
H A DBrowserBookmarksPage.java456 Bitmap touchIcon = getBitmap(cursor, BookmarksLoader.COLUMN_INDEX_TOUCH_ICON);
458 return BookmarkUtils.createAddToHomeIntent(context, url, title, touchIcon, favicon);

Completed in 65 milliseconds