Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/assets/js/
Dreceive.js344 deviceScreen.addEventListener("pointerdown", onStartDrag);
348 deviceScreen.addEventListener("touchstart", onStartDrag);
352 deviceScreen.addEventListener("mousedown", onStartDrag);
360 deviceScreen.removeEventListener("pointerdown", onStartDrag);
364 deviceScreen.removeEventListener("touchstart", onStartDrag);
368 deviceScreen.removeEventListener("mousedown", onStartDrag);
384 function onStartDrag(e) { function