Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dapp.js138 #currentRotation = 0; field in DeviceControlApp
624 if ((rotation - this.#currentRotation) % 360 == 0) {
651 this.#currentRotation = rotation;
663 this.#currentRotation);
711 if (this.#currentRotation != 0) {
712 text += ` (Rotated ${this.#currentRotation}deg)`
950 this.#onRotateButton(this.#currentRotation + 90);
956 this.#onRotateButton(this.#currentRotation - 90);