Searched refs:hotArea_ (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/base/msdp/device_status/test/unittest/intention/cooperate/src/ |
H A D | cooperate_plugin_test.cpp | 152 g_context->hotArea_.displayX_ = 0; in CheckInHot() 155 g_context->hotArea_.CheckInHotArea(); in CheckInHot() 156 g_context->hotArea_.width_ = HOTAREA_200; in CheckInHot() 160 g_context->hotArea_.CheckInHotArea(); in CheckInHot() 162 g_context->hotArea_.width_ = HOTAREA_500; in CheckInHot() 164 g_context->hotArea_.CheckInHotArea(); in CheckInHot() 167 g_context->hotArea_.width_ = HOTAREA_500; in CheckInHot() 169 g_context->hotArea_.CheckInHotArea(); in CheckInHot() 172 g_context->hotArea_.width_ = HOTAREA_500; in CheckInHot() 174 g_context->hotArea_.CheckInHotArea(); in CheckInHot() [all …]
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/ |
H A D | state_machine.cpp | 237 context.hotArea_.AddListener(notice); in RegisterHotAreaListener() 243 context.hotArea_.RemoveListener(notice); in UnregisterHotAreaListener() 252 context.hotArea_.EnableCooperate(enableEvent); in EnableCooperate() 315 context.hotArea_.OnClientDied(notice); in OnProcessClientDied() 593 …[sender = context.Sender(), &hotArea = context.hotArea_, &mouseLocation = context.mouseLocation_] ( in AddMonitor()
|
H A D | cooperate_context.cpp | 118 : dsoftbus_(env), eventMgr_(env), hotArea_(env), mouseLocation_(env), inputDevMgr_(env), in Context()
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | state_machine.cpp | 237 context.hotArea_.AddListener(notice); in RegisterHotAreaListener() 243 context.hotArea_.RemoveListener(notice); in UnregisterHotAreaListener() 252 context.hotArea_.EnableCooperate(enableEvent); in EnableCooperate() 323 context.hotArea_.OnClientDied(notice); in OnProcessClientDied() 604 context.hotArea_.ProcessData(pointerEvent); in AddMonitor()
|
H A D | cooperate_context.cpp | 106 : dsoftbus_(env), eventMgr_(env), hotArea_(env), mouseLocation_(env), inputDevMgr_(env), in Context()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/include/ |
H A D | cooperate_context.h | 97 HotArea hotArea_; variable
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/include/ |
H A D | cooperate_context.h | 97 HotArea hotArea_; variable
|