Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/html_client/
Dstyle.css25 --modal-button-bg: #e8eaed; /* Google grey 200 */
26 --modal-button-shadow: #444444;
27 --modal-button-fg: black;
28 --modal-button-border: black;
29 --modal-button-invalid-border: red;
30 --modal-button-highlight-bg: #f4cccc; /* light red */
35 --custom-button-bg: #1c4587ff; /* blue */
36 --button-fg: #e8eaed; /* Google grey 200 */
37 --button-bg: transparent;
38 --button-disabled-fg: #9aa0a6; /* Google grey 500 */
[all …]
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js66 for (var button of buttons) {
68 button.onclick = func;
70 button.addEventListener('mousedown', listener);
111 let button = document.getElementById("bluetooth-wizard-device");
115 button.disabled = false;
128 button.disabled = false;
131 button.disabled = true;
225 function addMouseListeners(button, listener) { argument
229 button.addEventListener('mousedown', listener);
230 button.addEventListener('mouseup', listener);
[all …]
Dapp.js305 for (const button of this.#deviceConnection.description
307 if (button.shell_command) {
310 button.title, button.icon_name,
311 e => this.#onCustomShellButton(button.shell_command, e),
314 } else if (button.device_states) {
317 button.title, button.icon_name,
318 this.#getCustomDeviceStateButtonCb(button.device_states),
320 for (const device_state of button.device_states) {
330 button.title, button.icon_name,
331 evt => this.#onControlPanelButton(evt, button.command),
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp297 const auto button = custom_action.button; in main() local
299 button.command, button.title, button.icon_name, in main()
319 for (const auto& button : custom_action.buttons) { in main() local
320 streamer->AddCustomControlPanelButton(button.command, button.title, in main()
321 button.icon_name); in main()
322 commands_for_this_server.push_back(button.command); in main()
334 const auto button = custom_action.button; in main() local
336 button.command, button.title, button.icon_name, in main()
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.cpp61 config.button = {button_entry[kCustomActionButtonCommand].asString(), in GetCustomShellActionConfigFromJson()
88 config.button = {button_entry[kCustomActionButtonCommand].asString(), in GetCustomDeviceStateActionConfigFromJson()
121 custom_action.button.command; in ToJson()
123 custom_action.button.title; in ToJson()
125 custom_action.button.icon_name; in ToJson()
134 for (const auto& button : custom_action.buttons) { in ToJson() local
136 button_entry[kCustomActionButtonCommand] = button.command; in ToJson()
137 button_entry[kCustomActionButtonTitle] = button.title; in ToJson()
138 button_entry[kCustomActionButtonIconName] = button.icon_name; in ToJson()
162 custom_action.button.command; in ToJson()
[all …]
Dcustom_actions.h45 ControlPanelButton button; member
55 ControlPanelButton button; member
/device/sample/skins/WVGAMedDpi/
Dlayout28 image button.png
33 image button.png
38 image button.png
68 image button.png
73 image button.png
79 image button.png
85 image button.png
91 image button.png
97 image button.png
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp348 ControlPanelButtonDescriptor button = { in AddCustomControlPanelButton() local
350 impl_->custom_control_panel_buttons_.push_back(button); in AddCustomControlPanelButton()
356 ControlPanelButtonDescriptor button = { in AddCustomControlPanelButtonWithShellCommand() local
358 button.shell_command = shell_command; in AddCustomControlPanelButtonWithShellCommand()
359 impl_->custom_control_panel_buttons_.push_back(button); in AddCustomControlPanelButtonWithShellCommand()
366 ControlPanelButtonDescriptor button = { in AddCustomControlPanelButtonWithDeviceStates() local
368 button.device_states = device_states; in AddCustomControlPanelButtonWithDeviceStates()
369 impl_->custom_control_panel_buttons_.push_back(button); in AddCustomControlPanelButtonWithDeviceStates()
458 for (const auto& button : custom_control_panel_buttons_) { in OnOpen() local
460 button_entry[kControlPanelButtonCommand] = button.command; in OnOpen()
[all …]
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dindex.js63 let button = document.getElementById(buttonId);
64 button.addEventListener('click', evt => {
77 let button = document.createElement('button');
78 button.id = buttonId;
79 button.appendChild(document.createTextNode('Connect'));
81 div.appendChild(button);
/device/linaro/dragonboard/installer/db845c/
DREADME26 while holding down the "VOL-" button plug in the power cable.
27 Continue holding down the "VOL-" button and tap the "ON/OFF"
28 button. The board should then boot to fastboot mode. Be sure to
64 button (next to volume buttons near the USB-A ports). While
65 continuing to hold down the "USB" button, tap the "ON/OFF"
66 button. Then re-connect USB-C cable. There will be no HDMI
/device/google/cuttlefish/host/frontend/webrtc_operator/assets/
Dstyle.css35 #device-list .device-entry button {
151 .control-panel-column button {
161 .control-panel-column button:disabled {
164 .control-panel-column button.modal-button-opened {
Dindex.css34 #device-list .device-entry button {
/device/google/felix/vibrator/cs40l26/
DVibrator.cpp1001 mFfEffects[effectIndex].trigger.button = GPIO_TRIGGER_CONFIG | effectIndex; in on()
1002 mFfEffectsDual[effectIndex].trigger.button = GPIO_TRIGGER_CONFIG | effectIndex; in on()
1024 mFfEffects[effectIndex].trigger.button = GPIO_TRIGGER_CONFIG | effectIndex; in on()
1025 mFfEffectsDual[effectIndex].trigger.button = GPIO_TRIGGER_CONFIG | effectIndex; in on()
1066 mFfEffects[effectIndex].trigger.button = GPIO_TRIGGER_CONFIG | effectIndex; in on()
1073 mFfEffectsDual[effectIndex].trigger.button = GPIO_TRIGGER_CONFIG | effectIndex; in on()
1403 mFfEffects[effectId].replay.length, mFfEffects[effectId].trigger.button); in dump()
1411 mFfEffectsDual[effectId].trigger.button); in dump()
1429 mFfEffectsDual[effectId].replay.length, mFfEffects[effectId].trigger.button); in dump()
1447 mFfEffectsDual[effectId].trigger.button); in dump()
/device/linaro/poplar/installer/
DREADME8 Poplar board with button S3 (USB_BOOT) pressed until following
/device/amlogic/yukawa/board-info/
DREADME42 -- Enter recovery / upgrade mode by pressing function button 3 times in 2s.
/device/google/cuttlefish/build/
DAndroid.bp375 "netsim_ui_js_customize-map-button.js",
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/
Dtrace-events-all6026 input_event_btn(int conidx, const char *btn, bool down) "con %d, button %s, down %d"
6088 dbus_mouse_press(unsigned int button) "button %u"
6089 dbus_mouse_release(unsigned int button) "button %u"
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/
Dtrace-events-all6026 input_event_btn(int conidx, const char *btn, bool down) "con %d, button %s, down %d"
6088 dbus_mouse_press(unsigned int button) "button %u"
6089 dbus_mouse_release(unsigned int button) "button %u"