Home | History | Annotate | Download | only in webapp

Lines Matching refs:number

15 /** @type {number} Desktop width */
17 /** @type {number} Desktop height */
19 /** @type {number} Desktop x DPI */
21 /** @type {number} Desktop y DPI */
28 /** @type {function(number, number): void} State change callback. */
124 * @param {number} usbKeycode The USB-style code of the key to inject.
133 * @param {number} fromKeycode The USB-style code of the key to remap.
134 * @param {number} toKeycode The USB-style code to remap the key to.
142 * @param {number} keycode The USB-style code of the key.
165 * @param {number} width The available client width in DIPs.
166 * @param {number} height The available client height in DIPs.
167 * @param {number} device_scale The number of device pixels per DIP.