MCPcopy Create free account
hub / github.com/angular/components / _onPointerMove

Method _onPointerMove

src/material/slider/slider-input.ts:708–713  ·  view source on GitHub ↗
(event: PointerEvent)

Source from the content-addressed store, hash-verified

706 }
707
708 override _onPointerMove(event: PointerEvent): void {
709 super._onPointerMove(event);
710 if (!this._slider.step && this._isActive) {
711 this._updateSibling();
712 }
713 }
714
715 override _fixValue(event: PointerEvent): void {
716 super._fixValue(event);

Callers

nothing calls this directly

Calls 2

_updateSiblingMethod · 0.95
_onPointerMoveMethod · 0.45

Tested by

no test coverage detected