Add comment to keep enum in sync.
Now that we expose SCALING_MODE_* constants out to Java add a comment to keep the bindings in sync. Bug: 26010823 Change-Id: I35473c673b79223ea3bebc118d3a31fc82f37381
This commit is contained in:
parent
1e971f29fb
commit
f3954fba2d
|
@ -353,7 +353,8 @@ enum {
|
|||
NATIVE_WINDOW_TRANSFORM_INVERSE_DISPLAY = 0x08
|
||||
};
|
||||
|
||||
/* parameter for NATIVE_WINDOW_SET_SCALING_MODE */
|
||||
/* parameter for NATIVE_WINDOW_SET_SCALING_MODE
|
||||
* keep in sync with Surface.java in frameworks/base */
|
||||
enum {
|
||||
/* the window content is not updated (frozen) until a buffer of
|
||||
* the window size is received (enqueued)
|
||||
|
|
Loading…
Reference in New Issue