Searched refs:mUploadQuota (Results 1 – 3 of 3) sorted by relevance
94 private int mUploadQuota; field in TileImageView409 mUploadQuota = UPLOAD_LIMIT; in render()601 if (mUploadQuota > 0) { in drawTile()602 --mUploadQuota; in drawTile()
90 private int mUploadQuota; field in TiledImageRenderer417 mUploadQuota = UPLOAD_LIMIT; in draw()607 if (mUploadQuota > 0) { in drawTile()608 --mUploadQuota; in drawTile()