Searched refs:gapBounds (Results 1 – 1 of 1) sorted by relevance
271 Rect gapBounds = mImageTileSet.getGaps(); in onCaptureResult() local272 if (!gapBounds.isEmpty()) { in onCaptureResult()274 Log.d(TAG, "Found gaps in tileset: " + gapBounds + ", requesting " + gapBounds.top); in onCaptureResult()276 requestNextTile(gapBounds.top); in onCaptureResult()