public static interface ProxySurface.UpstreamSurfaceHook
ProxySurface
instance.Modifier and Type | Method and Description |
---|---|
void |
create(ProxySurface s)
called within
ProxySurface.createNotify() within lock, before using surface. |
void |
destroy(ProxySurface s)
called within
ProxySurface.destroyNotify() within lock, before clearing fields. |
int |
getHeight(ProxySurface s)
Returns the height of the upstream surface
|
int |
getWidth(ProxySurface s)
Returns the width of the upstream surface
|
void create(ProxySurface s)
ProxySurface.createNotify()
within lock, before using surface.void destroy(ProxySurface s)
ProxySurface.destroyNotify()
within lock, before clearing fields.int getWidth(ProxySurface s)
int getHeight(ProxySurface s)
Copyright 2010 JogAmp Community.