Home
last modified time | relevance | path

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

/development/tools/winscope/src/app/components/timeline/mini-timeline/
Dmini_timeline_component.ts331 const currentZoomWidth = currentZoomRange.to.minus(
355 newFrom = zoomTowards.minus(
358 zoomTowards.minus(currentZoomRange.from.getValueNs()).getValueNs(),
366 .times(currentZoomRange.to.minus(zoomTowards.getValueNs()).getValueNs())
382 fullRange.to.minus(zoomToWidth.getValueNs()),
546 .minus(zoomRange.from.getValueNs());
553 fullRange.from.minus(newFrom.getValueNs()).getValueNs(),
559 newFrom = newFrom.minus(
560 newTo.minus(fullRange.to.getValueNs()).getValueNs(),
Dslider_component.ts156 zoomRange.to.minus(zoomRange.from.getValueNs()).div(2n).getValueNs(),
238 .minus(
239 zoomRange.to.minus(zoomRange.from.getValueNs()).div(2n).getValueNs(),
Dmini_timeline_component_test.ts800 (zoomedIn.to.minus(zoomedIn.from.getValueNs()).getValueNs() *
805 Math.abs(Number(zoomedInTimestamp.minus(zoomOnTimestamp.getValueNs()))),
816 (zoomedOut.to.minus(zoomedOut.from.getValueNs()).getValueNs() *
822 Number(zoomedOutTimestamp.minus(zoomOnTimestamp.getValueNs())),
Dslider_component_test.ts193 expect(finalZoom.to.minus(finalZoom.from.getValueNs()).getValueNs()).toBe(
194 initialZoom.to.minus(initialZoom.from.getValueNs()).getValueNs(),
/development/samples/AconfigDemo/tests/
DAndroid.bp12 "mockito-target-minus-junit4",
/development/tools/winscope/
DREADME.md20 * Build `framework-minus-apex-intdefs` module and a preprocessor will
24 m framework-minus-apex-intdefs
/development/tools/winscope/src/parsers/transitions/operations/
Dadd_duration.ts42 const timeDiffNs = finishTime.minus(sendTime.getValueNs()).getValueNs();
/development/tools/winscope/src/common/
Dtime.ts66 minus(n: bigint): Timestamp { method in Timestamp
Dtime_test.ts39 let timestamp = REAL_TIMESTAMP_20.minus(REAL_TIMESTAMP_10.getValueNs());
42 timestamp = ELAPSED_TIMESTAMP_20.minus(ELAPSED_TIMESTAMP_10.getValueNs());