Searched refs:minus (Results 1 – 9 of 9) sorted by relevance
/development/tools/winscope/src/app/components/timeline/mini-timeline/ |
D | mini_timeline_component.ts | 331 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(),
|
D | slider_component.ts | 156 zoomRange.to.minus(zoomRange.from.getValueNs()).div(2n).getValueNs(), 238 .minus( 239 zoomRange.to.minus(zoomRange.from.getValueNs()).div(2n).getValueNs(),
|
D | mini_timeline_component_test.ts | 800 (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())),
|
D | slider_component_test.ts | 193 expect(finalZoom.to.minus(finalZoom.from.getValueNs()).getValueNs()).toBe( 194 initialZoom.to.minus(initialZoom.from.getValueNs()).getValueNs(),
|
/development/samples/AconfigDemo/tests/ |
D | Android.bp | 12 "mockito-target-minus-junit4",
|
/development/tools/winscope/ |
D | README.md | 20 * Build `framework-minus-apex-intdefs` module and a preprocessor will 24 m framework-minus-apex-intdefs
|
/development/tools/winscope/src/parsers/transitions/operations/ |
D | add_duration.ts | 42 const timeDiffNs = finishTime.minus(sendTime.getValueNs()).getValueNs();
|
/development/tools/winscope/src/common/ |
D | time.ts | 66 minus(n: bigint): Timestamp { method in Timestamp
|
D | time_test.ts | 39 let timestamp = REAL_TIMESTAMP_20.minus(REAL_TIMESTAMP_10.getValueNs()); 42 timestamp = ELAPSED_TIMESTAMP_20.minus(ELAPSED_TIMESTAMP_10.getValueNs());
|