/device/google/cuttlefish/host/frontend/webrtc/html_client/ |
D | style.css | 25 --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/ |
D | controls.js | 66 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 …]
|
D | app.js | 305 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/ |
D | main.cpp | 297 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/ |
D | custom_actions.cpp | 61 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 …]
|
D | custom_actions.h | 45 ControlPanelButton button; member 55 ControlPanelButton button; member
|
/device/sample/skins/WVGAMedDpi/ |
D | layout | 28 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/ |
D | streamer.cpp | 348 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/ |
D | index.js | 63 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/ |
D | README | 26 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/ |
D | style.css | 35 #device-list .device-entry button { 151 .control-panel-column button { 161 .control-panel-column button:disabled { 164 .control-panel-column button.modal-button-opened {
|
D | index.css | 34 #device-list .device-entry button {
|
/device/google/felix/vibrator/cs40l26/ |
D | Vibrator.cpp | 1001 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/ |
D | README | 8 Poplar board with button S3 (USB_BOOT) pressed until following
|
/device/amlogic/yukawa/board-info/ |
D | README | 42 -- Enter recovery / upgrade mode by pressing function button 3 times in 2s.
|
/device/google/cuttlefish/build/ |
D | Android.bp | 375 "netsim_ui_js_customize-map-button.js",
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 6026 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/ |
D | trace-events-all | 6026 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"
|