AI 145250: Update API for GLSurfaceView to account for correcting the spelling of a
constant RENDER_CONTINUOUSLY. (This constant is new to Cupcake, so this is not a breaking API change.) BUG=1766678 Automated import of CL 145250
This commit is contained in:
committed by
The Android Open Source Project
parent
93f411386a
commit
62d4be411e
@@ -73303,7 +73303,7 @@
|
||||
visibility="public"
|
||||
>
|
||||
</field>
|
||||
<field name="RENDERMODE_CONTUOUSLY"
|
||||
<field name="RENDERMODE_CONTINUOUSLY"
|
||||
type="int"
|
||||
transient="false"
|
||||
volatile="false"
|
||||
@@ -122772,7 +122772,7 @@
|
||||
<method name="setOrientation"
|
||||
return="void"
|
||||
abstract="false"
|
||||
native="true"
|
||||
native="false"
|
||||
synchronized="false"
|
||||
static="true"
|
||||
final="false"
|
||||
|
||||
Reference in New Issue
Block a user