Lines Matching refs:LongPressCombinationKey
274 bool KeyGestureManager::LongPressCombinationKey::ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const
281 bool KeyGestureManager::LongPressCombinationKey::Intercept(std::shared_ptr<KeyEvent> keyEvent)
289 MMI_HILOGI("[LongPressCombinationKey] %{public}s is active now", output.str().c_str());
291 MMI_HILOGI("[LongPressCombinationKey] %s is active now", output.str().c_str());
299 MMI_HILOGI("[LongPressCombinationKey] Switch off %{public}s", output.str().c_str());
301 MMI_HILOGI("[LongPressCombinationKey] Switch off %s", output.str().c_str());
309 MMI_HILOGI("[LongPressCombinationKey] No handler for %{public}s", output.str().c_str());
311 MMI_HILOGI("[LongPressCombinationKey] No handler for %s", output.str().c_str());
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)
364 MMI_HILOGI("[LongPressCombinationKey] trigger %{public}s", output.str().c_str());
366 MMI_HILOGI("[LongPressCombinationKey] trigger %s", output.str().c_str());
373 : LongPressCombinationKey(std::set({ KeyEvent::KEYCODE_VOLUME_DOWN, KeyEvent::KEYCODE_VOLUME_UP }))