Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts127 private scales: Array<number> = [ property in RangeRuler
263 for (let scalesIndex = 0; scalesIndex < this.scales.length; scalesIndex++) {
264 if (this.scales[scalesIndex] > l20) {
266 minScale = this.scales[scalesIndex - 1];
270 maxScale = this.scales[scalesIndex];
281 this.scale = this.scales[0];
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DViewPortHandler.ets223 * Post-scales by the specified scale factors.