Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dtrack_cache.ts60 readonly windowSizePx: number; property in CacheKey
90 const windowSizePx = this.normalizedWindowSizePx; constant
Dbase_slice_track.ts286 const windowSizePx = Math.max(1, timeScale.pxSpan.delta); constant