|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ProxySurface.UpstreamSurfaceHook
Interface allowing upstream caller to pass lifecycle actions and size info to a ProxySurface
instance.
Method Summary | |
---|---|
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 |
Method Detail |
---|
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)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |