Interface UpstreamSurfaceHook.MutableSize

All Superinterfaces:
UpstreamSurfaceHook
All Known Implementing Classes:
DelegatedUpstreamSurfaceHookMutableSize, GenericUpstreamSurfacelessHook, UpstreamSurfaceHookMutableSize, UpstreamWindowHookMutableSizePos
Enclosing interface:
UpstreamSurfaceHook

public static interface UpstreamSurfaceHook.MutableSize extends UpstreamSurfaceHook
UpstreamSurfaceHook w/ mutable size, allowing it's ProxySurface user to resize.
  • Method Details

    • setSurfaceSize

      void setSurfaceSize(int width, int height)
      Resizes the upstream surface.
      Parameters:
      width - new width in pixel units
      height - new height in pixel units