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
753 if ((rotation - this.#currentRotation) % 360 == 0) {
780 this.#currentRotation = rotation;
792 this.#currentRotation);
840 if (this.#currentRotation != 0) {
841 text += ` (Rotated ${this.#currentRotation}deg)`
1088 this.#onRotateButton(this.#currentRotation + 90);
1094 this.#onRotateButton(this.#currentRotation - 90);