Home
last modified time | relevance | path

Searched refs:LongPressCombinationKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h124 class LongPressCombinationKey : public KeyGesture {
126 LongPressCombinationKey(const std::set<int32_t> &keys) : keys_(keys) {} in LongPressCombinationKey() function
127 ~LongPressCombinationKey() = default;
144 class PullUpAccessibility final : public LongPressCombinationKey {
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp233 bool KeyGestureManager::LongPressCombinationKey::ShouldIntercept(std::shared_ptr<KeyOption> keyOpti… in ShouldIntercept()
240 bool KeyGestureManager::LongPressCombinationKey::Intercept(std::shared_ptr<KeyEvent> keyEvent) in Intercept()
288 void KeyGestureManager::LongPressCombinationKey::Dump(std::ostringstream &output) const in Dump()
307 bool KeyGestureManager::LongPressCombinationKey::RecognizeGesture(std::shared_ptr<KeyEvent> keyEven… in RecognizeGesture()
320 void KeyGestureManager::LongPressCombinationKey::TriggerAll(std::shared_ptr<KeyEvent> keyEvent) in TriggerAll()
336 …: LongPressCombinationKey(std::set({ KeyEvent::KEYCODE_VOLUME_DOWN, KeyEvent::KEYCODE_VOLUME_UP })) in PullUpAccessibility()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_test.cpp335 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys);
355 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys);
375 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys);
510 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys);
546 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys);