for (var i = 0 ; i < this.currentlyShown.length ; i++) {
            if (this.currentlyShown[i].offset === offset) {
                return this.currentlyShown[i].size;
            }
        }