Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/counter/
Dcontroller.ts122 minimumValue: this.minimumValue(),
164 private minimumValue() { method in CounterTrackController
165 if (this.config.minimumValue === undefined) {
168 return this.config.minimumValue;
Dfrontend.ts138 let minimumValue = data.minimumValue;
144 minimumValue = data.minimumDelta;
148 const zeroY = MARGIN_TOP + RECT_HEIGHT / (minimumValue < 0 ? 2 : 1);
153 let yMax = Math.max(Math.abs(minimumValue), maxValue);
163 yRange = maximumValue - minimumValue;
164 yMin = minimumValue;
167 yRange = minimumValue < 0 ? yMax * 2 : yMax;
168 yMin = minimumValue < 0 ? -yMax : 0;
Dcommon.ts23 minimumValue: number; property
37 minimumValue?: number; property
/external/proguard/src/proguard/evaluation/value/
DInstructionOffsetValue.java93 public int minimumValue() in minimumValue() method in InstructionOffsetValue
95 int minimumValue = Integer.MAX_VALUE; in minimumValue() local
103 if (minimumValue > value) in minimumValue()
105 minimumValue = value; in minimumValue()
110 return minimumValue; in minimumValue()
/external/perfetto/ui/src/tracks/cpu_freq/
Dcommon.ts35 minimumValue?: number; property
/external/perfetto/ui/src/controller/
Dtrack_decider.ts391 const minimumValue = annotationCounterRows.columns[3].isNulls![i] ? constant
408 minimumValue,
/external/proguard/src/proguard/preverify/
DCodePreverifier.java448 producerOffset = producers.minimumValue(); in correspondingVerificationType()
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c3924 SInt16 minimumValue; in Ctl_NewControl() local
3937 &minimumValue, in Ctl_NewControl()
3947 minimumValue, in Ctl_NewControl()