Searched refs:LongPressCombinationKey (Results 1 – 3 of 3) sorted by relevance
124 class LongPressCombinationKey : public KeyGesture {126 LongPressCombinationKey(const std::set<int32_t> &keys) : keys_(keys) {} in LongPressCombinationKey() function127 ~LongPressCombinationKey() = default;144 class PullUpAccessibility final : public LongPressCombinationKey {
233 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()
335 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys);355 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys);375 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys);510 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys);546 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys);