Home
last modified time | relevance | path

Searched refs:toggle (Results 1 – 15 of 15) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/client/
Dcontrols.css17 .toggle-control {
26 .toggle-control .toggle-control-icon {
34 .toggle-control .toggle-control-switch {
43 .toggle-control .toggle-control-switch input {
49 .toggle-control .toggle-control-slider {
63 .toggle-control .toggle-control-slider:before {
76 .toggle-control input:checked + .toggle-control-slider {
80 .toggle-control input:focus + .toggle-control-slider {
84 .toggle-control input:checked + .toggle-control-slider:before {
/device/google/cuttlefish/host/frontend/webrtc/client/js/
Dcontrols.js30 let toggle = document.createElement('label');
31 toggle.classList.add('toggle-control-switch');
43 toggle.appendChild(input);
46 toggle.appendChild(slider);
48 elm.appendChild(toggle);
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLFeatureControlTest.cpp147 bool toggle = std::find(testedFeatures.begin(), testedFeatures.end(), in TEST_P() local
149 if (features[i]->enabled ^ toggle) in TEST_P()
158 shouldBe.push_back(features[i]->enabled ^ toggle); in TEST_P()
/device/generic/vulkan-cereal/third-party/googletest/docs/_sass/
Dmain.scss49 .sidebar .nav-toggle {
187 .sidebar .nav-toggle:checked {
/device/google/gs201-sepolicy/system_ext/public/
Dproperty.te1 # Fingerprint (UDFPS) GHBM/LHBM toggle
/device/google/gs101-sepolicy/system_ext/public/
Dproperty.te1 # Fingerprint (UDFPS) GHBM/LHBM toggle
/device/google/gs201-sepolicy/system_ext/private/
Dproperty_contexts1 # Fingerprint (UDFPS) GHBM/LHBM toggle
/device/google/gs101-sepolicy/system_ext/private/
Dproperty_contexts1 # Fingerprint (UDFPS) GHBM/LHBM toggle
/device/google/gs201-sepolicy/whitechapel_pro/
Dplatform_app.te7 # Fingerprint (UDFPS) GHBM/LHBM toggle
/device/google/gs101-sepolicy/whitechapel/vendor/google/
Dplatform_app.te16 # Fingerprint (UDFPS) GHBM/LHBM toggle
/device/mediatek/wembley-sepolicy/non_plat/
Dmtk_hal_bluetooth.te27 # VTS tests need to be able to toggle rfkill
/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_KHR_shared_presentable_image.txt40 1) Should we allow a Vulkan WSI swapchain to toggle between normal usage and
DVK_EXT_full_screen_exclusive.txt59 2) Do we need more than a boolean toggle?
/device/generic/vulkan-cereal/protocols/vulkan/chapters/VK_NV_device_generated_commands/
Dindirectcommands.txt353 * ename:VK_INDIRECT_STATE_FLAG_FRONTFACE_BIT_NV allows to toggle the
/device/generic/vulkan-cereal/third-party/angle/extensions/
DEXT_draw_buffers.txt502 DrawBuffers to toggle between BACK and NONE on the default FBO.