Home
last modified time | relevance | path

Searched refs:LongPressCombinationKey (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_ex_test.cpp245 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
266 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
287 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
310 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
330 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
385 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
406 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
421 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
441 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
464 KeyGestureManager::LongPressCombinationKey longPressCombinationKe in HWTEST_F()
[all...]
H A Dkey_gesture_manager_test.cpp160 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
439 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
459 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
479 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
614 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
652 KeyGestureManager::LongPressCombinationKey longPressCombinationKey(keys); in HWTEST_F()
/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h121 class LongPressCombinationKey : public KeyGesture { class in OHOS::MMI::final
123 LongPressCombinationKey(const std::set<int32_t> &keys) : keys_(keys) {} in LongPressCombinationKey() function in OHOS::MMI::final::LongPressCombinationKey
124 ~LongPressCombinationKey() = default;
141 class PullUpAccessibility final : public LongPressCombinationKey {
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp274 bool KeyGestureManager::LongPressCombinationKey::ShouldIntercept(std::shared_ptr<KeyOption> keyOption) const in ShouldIntercept()
281 bool KeyGestureManager::LongPressCombinationKey::Intercept(std::shared_ptr<KeyEvent> keyEvent) in Intercept()
289 MMI_HILOGI("[LongPressCombinationKey] %{public}s is active now", output.str().c_str()); in Intercept()
291 MMI_HILOGI("[LongPressCombinationKey] %s is active now", output.str().c_str()); in Intercept()
299 MMI_HILOGI("[LongPressCombinationKey] Switch off %{public}s", output.str().c_str()); in Intercept()
301 MMI_HILOGI("[LongPressCombinationKey] Switch off %s", output.str().c_str()); in Intercept()
309 MMI_HILOGI("[LongPressCombinationKey] No handler for %{public}s", output.str().c_str()); in Intercept()
311 MMI_HILOGI("[LongPressCombinationKey] No handler for %s", output.str().c_str()); in Intercept()
326 void KeyGestureManager::LongPressCombinationKey::Dump(std::ostringstream &output) const in Dump()
345 bool KeyGestureManager::LongPressCombinationKey
[all...]

Completed in 3 milliseconds