Searched refs:isPointerVisible (Results 1 - 4 of 4) sorted by relevance
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | pointer_drawing_manager_ex_test.cpp | 1271 bool isPointerVisible = true;
in HWTEST_F() local 1273 ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug));
in HWTEST_F() 1287 bool isPointerVisible = true;
in HWTEST_F() local 1289 ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug));
in HWTEST_F() 1303 bool isPointerVisible = false;
in HWTEST_F() local 1311 ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug));
in HWTEST_F() 1325 bool isPointerVisible = false;
in HWTEST_F() local 1328 ASSERT_NO_FATAL_FAILURE(manager.UpdatePointerDevice(hasPointerDevice, isPointerVisible, isHotPlug));
in HWTEST_F()
|
H A D | mock.cpp | 264 void PointerDrawingManager::UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, in UpdatePointerDevice() argument
|
/foundation/multimodalinput/input/service/window_manager/include/ |
H A D | pointer_drawing_manager.h | 79 void UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, bool isHotPlug) override;
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 2172 void PointerDrawingManager::UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, in UpdatePointerDevice() argument 2176 MMI_HILOGD("hasPointerDevice:%{public}s, isPointerVisible:%{public}s", in UpdatePointerDevice() 2177 hasPointerDevice ? "true" : "false", isPointerVisible? "true" : "false"); in UpdatePointerDevice() 2180 bool pointerVisible = isPointerVisible; in UpdatePointerDevice()
|
Completed in 19 milliseconds