Home
last modified time | relevance | path

Searched defs:button (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/shared/config/
Dconfig_foldable.json13 "button":{ object
26 "button":{ object
39 "button":{ object
/device/google/cuttlefish/host/cvd_test_configs/end_to_end_test/single/
DTC_foldable.json15 "button": { object
28 "button": { object
41 "button": { object
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp297 const auto button = custom_action.button; in main() local
319 for (const auto& button : custom_action.buttons) { in main() local
334 const auto button = custom_action.button; in main() local
/device/google/cuttlefish/host/libs/config/
Dcustom_actions.h45 ControlPanelButton button; member
55 ControlPanelButton button; member
Dcustom_actions.cpp134 for (const auto& button : custom_action.buttons) { in ToJson() local
/device/google/cuttlefish/host/example_custom_actions/
Dcustom_action_config.json4 "button":{ object
/device/google/cuttlefish/host/cvd_test_configs/mvp_features/vm/custom_actions/
DTC1.json15 "button": { object
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp348 ControlPanelButtonDescriptor button = { in AddCustomControlPanelButton() local
356 ControlPanelButtonDescriptor button = { in AddCustomControlPanelButtonWithShellCommand() local
366 ControlPanelButtonDescriptor button = { in AddCustomControlPanelButtonWithDeviceStates() local
458 for (const auto& button : custom_control_panel_buttons_) { in OnOpen() local
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcontrols.js225 function addMouseListeners(button, listener) { argument