Home
last modified time | relevance | path

Searched defs:endIndex (Results 1 – 3 of 3) sorted by relevance

/applications/standard/photos/common/src/main/ets/default/view/browserOperation/
DThirdDeleteOperation.ts87 const endIndex: number = Math.min(this.currentBatch * this.BATCH_SIZE, this.uris.length); constant
/applications/standard/photos/common/src/main/ets/default/model/browser/photo/
DMediaDataSource.ts468 let endIndex = Math.min(this.activeEnd, start + mediaItems.length); variable
/applications/standard/launcher/feature/pagedesktop/src/main/ets/default/common/
DPageDesktopDragHandler.ts243 const endIndex = this.getItemIndex(x, y); constant