Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dtouch.js56 function scaleDisplayCoordinates(deviceDisplayElement, x, y) { argument
61 const actualWidth = deviceDisplayElement.videoWidth ? deviceDisplayElement.videoWidth : 1;
62 const elementWidth = deviceDisplayElement.offsetWidth ? deviceDisplayElement.offsetWidth : 1;