Searched defs:screenshot (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DController.java575 * Share a page, providing the title, url, favicon, and a screenshot. Uses
584 * @param screenshot Bitmap of a screenshot of the page. Stored in the
588 Bitmap favicon, Bitmap screenshot) {
594 send.putExtra(Browser.EXTRA_SHARE_SCREENSHOT, screenshot);
823 // to save a screenshot then we will now take the new page and save
824 // an incorrect screenshot. Therefore, remove any pending thumbnail
897 // Only update the bookmark screenshot if the user did not
2037 * @return desired width for thumbnail screenshot.
2048 * @return desired height for thumbnail screenshot
587 sharePage(Context c, String title, String url, Bitmap favicon, Bitmap screenshot) argument
[all...]

Completed in 72 milliseconds