Searched refs:picture (Results 26 - 32 of 32) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DGlobalScreenshot.java161 Bitmap picture = generateAdjustedHwBitmap(data.image, previewWidth, previewHeight, matrix,
177 .bigPicture(picture.createAshmemBitmap());
225 Picture picture = new Picture();
226 Canvas canvas = picture.beginRecording(width, height);
229 picture.endRecording();
230 return Bitmap.createBitmap(picture);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMediaController.java128 userInfoController.addCallback((String name, Drawable picture, String userAccount) ->
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java337 public void onUserInfoChanged(String name, Drawable picture, String userAccount) { argument
338 mMultiUserAvatar.setImageDrawable(picture);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DSystemServicesProxy.java127 (String name, Drawable picture, String userAccount) ->
498 * Updates the visibility of the picture-in-picture.
/frameworks/av/media/extractors/flac/
H A DFLACExtractor.cpp364 const FLAC__StreamMetadata_Picture *p = &metadata->data.picture;
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java976 final Picture picture = new Picture();
977 final Canvas canvas = picture.beginRecording(width, height);
989 picture.endRecording();
991 return Bitmap.createBitmap(picture).createGraphicBufferHandle();
/frameworks/base/core/java/android/webkit/
H A DWebView.java447 * Used to provide notification that the WebView's picture has changed.
448 * See {@link WebView#capturePicture} for details of the picture.
450 * @param view the WebView that owns the picture
451 * @param picture the new picture. Applications targeting
457 void onNewPicture(WebView view, @Nullable Picture picture); argument
896 * @param dest the file to store the serialized picture data. Will be
897 * overwritten with this WebView's picture data.
898 * @return {@code true} if the picture was successfully saved
914 * @param src the file where the picture dat
[all...]

Completed in 653 milliseconds

12