Home
last modified time | relevance | path

Searched refs:hasLocalPointerDevice (Results 1 - 3 of 3) sorted by relevance

/base/msdp/device_status/intention/cooperate/plugin/src/
H A Dcooperate_free.cpp64 bool hasLocalPointerDevice = env_->GetDeviceManager().HasLocalPointerDevice(); in SetPointerVisible() local
65 bool visible = !context.NeedHideCursor() && hasLocalPointerDevice; in SetPointerVisible()
67 visible ? "true" : "false", hasLocalPointerDevice ? "true" : "false"); in SetPointerVisible()
174 bool hasLocalPointerDevice = parent_.env_->GetDeviceManager().HasLocalPointerDevice(); in OnDisable() local
175 FI_HILOGI("HasLocalPointerDevice:%{public}s", hasLocalPointerDevice ? "true" : "false"); in OnDisable()
176 parent_.env_->GetInput().SetPointerVisibility(hasLocalPointerDevice, PRIORITY); in OnDisable()
H A Dcooperate_out.cpp62 bool hasLocalPointerDevice = env_->GetDeviceManager().HasLocalPointerDevice(); in SetPointerVisible() local
63 bool visible = !context.NeedHideCursor() && hasLocalPointerDevice; in SetPointerVisible()
65 visible ? "true" : "false", hasLocalPointerDevice ? "true" : "false"); in SetPointerVisible()
H A Dcooperate_in.cpp616 bool hasLocalPointerDevice = env_->GetDeviceManager().HasLocalPointerDevice(); in SetPointerVisible() local
617 env_->GetInput().SetPointerVisibility(hasLocalPointerDevice, PRIORITY); in SetPointerVisible()

Completed in 5 milliseconds