Home
last modified time | relevance | path

Searched refs:KeyboardType (Results 1 – 4 of 4) sorted by relevance

/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_inputmethod.js19 const KeyboardType = { variable
101 args[len - 1].call(this, paramMock.businessErrorMock, KeyboardType);
104 resolve(KeyboardType);
Dohos_multimodalInput_inputDevice.js44 const KeyboardType = { variable
57 KeyboardType, property
/third_party/weston/libweston/backend-rdp/
Drdp.c1045 settings->KeyboardLayout, settings->KeyboardType, settings->KeyboardSubType, in xf_peer_activate()
1049 if (settings->KeyboardType <= 7) in xf_peer_activate()
1050 xkbRuleNames.model = rdp_keyboard_types[settings->KeyboardType]; in xf_peer_activate()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dplatform_view.cc537 fuchsia::ui::input::KeyboardType::TEXT, // keyboard type in ActivateIme()