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

/frameworks/av/libvideoeditor/lvpp/
H A DDummyVideoSource.cpp35 uint64_t clipDuration, const char *imageUri) {
39 width, height, clipDuration, imageUri);
46 uint64_t clipDuration, const char *imageUri) {
53 mUri = imageUri;
33 Create( uint32_t width, uint32_t height, uint64_t clipDuration, const char *imageUri) argument
44 DummyVideoSource( uint32_t width, uint32_t height, uint64_t clipDuration, const char *imageUri) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java72 Uri imageUri; field in class:SaveImageInBackgroundData
79 imageUri = null;
244 params[0].imageUri = uri;
280 launchIntent.setDataAndType(params.imageUri, "image/png");
/frameworks/base/core/java/android/app/
H A DWallpaperManager.java664 * @param imageUri The image URI that will be set in the intent. The must be a content
670 public Intent getCropAndSetWallpaperIntent(Uri imageUri) { argument
671 if (!ContentResolver.SCHEME_CONTENT.equals(imageUri.getScheme())) {
678 new Intent(ACTION_CROP_AND_SET_WALLPAPER, imageUri);

Completed in 342 milliseconds