public class EglWindow extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EglWindow.Size |
| Modifier and Type | Field and Description |
|---|---|
long |
pointer |
| Modifier | Constructor and Description |
|---|---|
protected |
EglWindow(long pointer) |
| Modifier and Type | Method and Description |
|---|---|
static EglWindow |
create(Proxy<?> wlSurfaceProxy,
int width,
int height) |
void |
destroy() |
boolean |
equals(Object o) |
static EglWindow |
get(long pointer) |
EglWindow.Size |
getAttachedSize() |
int |
hashCode() |
void |
resize(int width,
int height,
int dx,
int dy) |
public static EglWindow get(long pointer)
public void resize(int width,
int height,
int dx,
int dy)
public EglWindow.Size getAttachedSize()
public void destroy()
Copyright © 2016. All rights reserved.