MCPcopy
hub / github.com/angular/components / pointerdown

Function pointerdown

src/material/slider/slider.spec.ts:656–659  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

654 }
655
656 function pointerdown() {
657 dispatchPointerEvent(input._hostElement, 'pointerdown', thumbX, thumbY);
658 input.focus();
659 }
660
661 function pointerup() {
662 dispatchPointerEvent(input._hostElement, 'pointerup', thumbX, thumbY);

Callers 1

slider.spec.tsFile · 0.85

Calls 2

dispatchPointerEventFunction · 0.85
focusMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…