PixelCopy.Request
public
static
final
class
PixelCopy.Request
extends Object
java.lang.Object | |
↳ | android.view.PixelCopy.Request |
Represents a PixelCopy request.
To create a copy request, use either of the PixelCopy.Request.ofWindow or
PixelCopy.Request.ofSurface factories to create a Request.Builder
for the
given source content. After setting any optional parameters, such as
Builder.setSourceRect(Rect)
, build the request with Builder.build()
and
then execute it with PixelCopy.request(Request, Executor, Consumer)
Summary
Nested classes | |
---|---|
class |
PixelCopy.Request.Builder
A builder to create the complete PixelCopy request, which is then executed by calling
|
Public methods | |
---|---|
Bitmap
|
getDestinationBitmap()
|
Rect
|
getSourceRect()
|
Inherited methods | |
---|---|
Public methods
getDestinationBitmap
public Bitmap getDestinationBitmap ()
Returns | |
---|---|
Bitmap |
The destination bitmap as set by Builder.setDestinationBitmap(Bitmap)
This value may be null . |
getSourceRect
public Rect getSourceRect ()
Returns | |
---|---|
Rect |
The source rect to copy from as set by Builder.setSourceRect(Rect)
This value may be null . |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-12-18 UTC.
pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier! Saves Data!
--- a PPN by Garber Painting Akron. With Image Size Reduction included!
Fetched URL: http://developer.android.com/reference/android/view/PixelCopy.Request
Alternative Proxies: