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