Lines Matching refs:KeyGestureManager

31 #define MMI_LOG_TAG "KeyGestureManager"
43 KeyGestureManager::Handler::~Handler()
48 void KeyGestureManager::Handler::ResetTimer()
56 void KeyGestureManager::Handler::Trigger(std::shared_ptr<KeyEvent> keyEvent)
72 void KeyGestureManager::Handler::Run(std::shared_ptr<KeyEvent> keyEvent) const
79 void KeyGestureManager::Handler::RunPending()
87 bool KeyGestureManager::KeyGesture::IsWorking()
92 int32_t KeyGestureManager::KeyGesture::AddHandler(int32_t pid, int32_t longPressTime,
101 bool KeyGestureManager::KeyGesture::RemoveHandler(int32_t id)
114 void KeyGestureManager::KeyGesture::Reset()
120 void KeyGestureManager::KeyGesture::ResetTimers()
127 std::set<int32_t> KeyGestureManager::KeyGesture::GetForegroundPids() const
155 bool KeyGestureManager::KeyGesture::HaveForegroundHandler(const std::set<int32_t> &foregroundApps) const
162 void KeyGestureManager::KeyGesture::TriggerHandlers(std::shared_ptr<KeyEvent> keyEvent)
175 void KeyGestureManager::KeyGesture::RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEvent)
186 void KeyGestureManager::KeyGesture::NotifyHandlers(std::shared_ptr<KeyEvent> keyEvent)
199 void KeyGestureManager::KeyGesture::ShowHandlers(
218 bool KeyGestureManager::LongPressSingleKey::ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const
227 bool KeyGestureManager::LongPressSingleKey::Intercept(std::shared_ptr<KeyEvent> keyEvent)
249 void KeyGestureManager::LongPressSingleKey::Dump(std::ostringstream &output) const
261 void KeyGestureManager::LongPressSingleKey::RunPendingHandlers()
274 bool KeyGestureManager::LongPressCombinationKey::ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const
281 bool KeyGestureManager::LongPressCombinationKey::Intercept(std::shared_ptr<KeyEvent> keyEvent)
326 void KeyGestureManager::LongPressCombinationKey::Dump(std::ostringstream &output) const
345 bool KeyGestureManager::LongPressCombinationKey::RecognizeGesture(std::shared_ptr<KeyEvent> keyEvent)
358 void KeyGestureManager::LongPressCombinationKey::TriggerAll(std::shared_ptr<KeyEvent> keyEvent)
372 KeyGestureManager::PullUpAccessibility::PullUpAccessibility()
376 bool KeyGestureManager::PullUpAccessibility::IsWorking()
388 int32_t KeyGestureManager::PullUpAccessibility::AddHandler(int32_t pid,
394 void KeyGestureManager::PullUpAccessibility::OnTriggerAll(std::shared_ptr<KeyEvent> keyEvent)
403 KeyGestureManager::KeyGestureManager()
410 bool KeyGestureManager::ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const
420 int32_t KeyGestureManager::AddKeyGesture(int32_t pid, std::shared_ptr<KeyOption> keyOption,
433 void KeyGestureManager::RemoveKeyGesture(int32_t id)
442 bool KeyGestureManager::Intercept(std::shared_ptr<KeyEvent> keyEvent)
464 void KeyGestureManager::ResetAll()
471 void KeyGestureManager::Dump() const