fix build. SurfaceView.setFrame needed to be hidden
Change-Id: I96b0896e24483e9b5db19c938cb6058868f34e48
This commit is contained in:
@ -287,6 +287,7 @@ public class SurfaceView extends View {
|
|||||||
setMeasuredDimension(width, height);
|
setMeasuredDimension(width, height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** @hide */
|
||||||
@Override
|
@Override
|
||||||
protected boolean setFrame(int left, int top, int right, int bottom) {
|
protected boolean setFrame(int left, int top, int right, int bottom) {
|
||||||
boolean result = super.setFrame(left, top, right, bottom);
|
boolean result = super.setFrame(left, top, right, bottom);
|
||||||
|
Reference in New Issue
Block a user