HomeSort by relevance Sort by last modified time
    Searched refs:numBitmaps (Results 1 - 2 of 2) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/
ContactPhotoManager.java 418 int numBitmaps = 0;
426 numBitmaps++;
432 + numBitmaps + " bitmaps, avg: "
434 + "," + btk(safeDiv(bitmapBytes,numBitmaps)));
441 int numBitmaps = 0;
444 numBitmaps++;
447 Log.d(TAG, "L2: " + btk(bitmapBytes) + ", " + numBitmaps + " bitmaps"
448 + ", avg: " + btk(safeDiv(bitmapBytes, numBitmaps)));
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
PhotoManager.java 575 int numBitmaps = 0;
580 numBitmaps++;
586 + numBitmaps + " bitmaps, avg: " + btk(safeDiv(rawBytes, numBitmaps)));
590 numBitmaps = 0;
593 numBitmaps++;
596 LogUtils.d(TAG, "L2: " + btk(bitmapBytes) + ", " + numBitmaps + " bitmaps" + ", avg: "
597 + btk(safeDiv(bitmapBytes, numBitmaps)));
    [all...]

Completed in 135 milliseconds