Example #1
0
 // --------------------
 // Layout & Measure
 // --------------------
 @Override
 public void setVideoSize(int videoWidth, int videoHeight) {
   if (videoWidth > 0 && videoHeight > 0) {
     mMeasureHelper.setVideoSize(videoWidth, videoHeight);
     requestLayout();
   }
 }