Home
last modified time | relevance | path

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

/applications/standard/photos/common/src/main/ets/default/model/browser/photo/
DMediaDataSource.ts380 let newActiveStart = Math.max(0, this.activeStart - (this.activeEnd - this.mediaCount)); variable
537 let newActiveStart = this.getWindowActiveStart(dataIndex, windowCenter); variable