Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js950 this.#onRotateButton(this.#currentRotation + 90);
956 this.#onRotateButton(this.#currentRotation - 90);
960 #onRotateButton(rotation) { method in DeviceControlApp