Project

General

Profile

« Previous | Next » 

Revision 5ba1740c

Added by Leszek Koltunski about 2 months ago

Lint

View differences:

src/main/java/org/distorted/bandaged/BandagedWorkerThread.java
245 245
      android.util.Log.e("D", "buffer encroaches on the bottom! centerX="+centerX+" centerY="+centerY+" size="+size);
246 246
      sB = 2*(height-centerY);
247 247
      }
248
/*
249
    if( sL==size && sR==size && sT==size && sB==size )
250
      {
251
      android.util.Log.e("D", "EVERYTHING ALL RIGHT centerX="+centerX+" centerY="+centerY+" size="+size);
252
      }
253
*/
248

  
254 249
    int minH = Math.min(sL,sR);
255 250
    int minV = Math.min(sT,sB);
256 251
    mCreatedBufSize = Math.min(minH,minV);

Also available in: Unified diff