Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/subscriber/include/
H A Dkey_gesture_manager.h74 class KeyGesture { class in OHOS::MMI::final
76 KeyGesture() = default;
77 virtual ~KeyGesture() = default;
105 class LongPressSingleKey : public KeyGesture {
121 class LongPressCombinationKey : public KeyGesture {
166 std::vector<std::unique_ptr<KeyGesture>> keyGestures_;
169 inline bool KeyGestureManager::KeyGesture::IsActive() const in IsActive()
174 inline void KeyGestureManager::KeyGesture::MarkActive(bool active) in MarkActive()
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp87 bool KeyGestureManager::KeyGesture::IsWorking() in IsWorking()
92 int32_t KeyGestureManager::KeyGesture::AddHandler(int32_t pid, int32_t longPressTime, in AddHandler()
101 bool KeyGestureManager::KeyGesture::RemoveHandler(int32_t id) in RemoveHandler()
114 void KeyGestureManager::KeyGesture::Reset() in Reset()
120 void KeyGestureManager::KeyGesture::ResetTimers() in ResetTimers()
127 std::set<int32_t> KeyGestureManager::KeyGesture::GetForegroundPids() const in GetForegroundPids()
155 bool KeyGestureManager::KeyGesture::HaveForegroundHandler(const std::set<int32_t> &foregroundApps) const in HaveForegroundHandler()
162 void KeyGestureManager::KeyGesture::TriggerHandlers(std::shared_ptr<KeyEvent> keyEvent) in TriggerHandlers()
175 void KeyGestureManager::KeyGesture::RunHandler(int32_t handlerId, std::shared_ptr<KeyEvent> keyEvent) in RunHandler()
186 void KeyGestureManager::KeyGesture
[all...]
/foundation/multimodalinput/input/service/subscriber/test/
H A Dkey_gesture_manager_ex_test.cpp40 class MyKeyGesture : public KeyGestureManager::KeyGesture {
H A Dkey_gesture_manager_test.cpp48 class MyKeyGesture : public KeyGestureManager::KeyGesture {

Completed in 3 milliseconds