am b8038d58: Merge "Hide Surface#lockHardwareCanvas DO NOT MERGE" into lmp-sprout-dev
* commit 'b8038d58da04456e9e7b6e264af69226bf21592c': Hide Surface#lockHardwareCanvas DO NOT MERGE
This commit is contained in:
@@ -33407,7 +33407,6 @@ package android.view {
|
||||
method public int describeContents();
|
||||
method public boolean isValid();
|
||||
method public android.graphics.Canvas lockCanvas(android.graphics.Rect) throws java.lang.IllegalArgumentException, android.view.Surface.OutOfResourcesException;
|
||||
method public android.graphics.Canvas lockHardwareCanvas();
|
||||
method public void readFromParcel(android.os.Parcel);
|
||||
method public void release();
|
||||
method public deprecated void unlockCanvas(android.graphics.Canvas);
|
||||
|
||||
@@ -319,6 +319,7 @@ public class Surface implements Parcelable {
|
||||
* @return A canvas for drawing into the surface.
|
||||
*
|
||||
* @throws IllegalStateException If the canvas cannot be locked.
|
||||
* @hide
|
||||
*/
|
||||
public Canvas lockHardwareCanvas() {
|
||||
synchronized (mLock) {
|
||||
|
||||
Reference in New Issue
Block a user