Home
last modified time | relevance | path

Searched refs:targetTimestamp (Results 1 – 1 of 1) sorted by relevance

/development/tools/winscope/src/mixins/
DTimeline.js269 let targetTimestamp = position / (100 - this.pointWidth); variable
270 targetTimestamp = this.unapplyCrop(targetTimestamp);
271 targetTimestamp = this.untranslate(targetTimestamp);
275 const closestTsIndex = this.findClosestTimestampIndexTo(targetTimestamp);