Searched refs:supportKey (Results 1 – 3 of 3) sorted by relevance
244 std::vector<bool> supportKey; in GetDeviceSupportKey() local245 int32_t ret = SupportKeys(deviceId, keyCodes, supportKey); in GetDeviceSupportKey()252 determineKbType[keyCodes[i]] = supportKey[i]; in GetDeviceSupportKey()
1581 std::vector<bool> supportKey; variable1590 int32_t ret = INPUT_DEV_MGR->SupportKeys(deviceId, keyCodes, supportKey);
1964 bool supportKey = keyEvent.IsValid() && !keyEvent.key.eventMarker.IsEmpty(); in UpdateFocusableEventComponents() local1965 …if (!focusable && GetClickId().IsEmpty() && !supportFocus && !supportBlur && !supportKey && !HasFo… in UpdateFocusableEventComponents()