Interface OnSizeChangedListener


public interface OnSizeChangedListener
Created by dodo on 06/10/14.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSizeChanged(int width, int height)
    Called when CameraView changes the size of itself and its children.
  • Method Details

    • onSizeChanged

      void onSizeChanged(int width, int height)
      Called when CameraView changes the size of itself and its children.
      Parameters:
      width - New width of the view.
      height - New height of the view.