Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/window_manager/test/
H A Dpointer_drawing_manager_ex_test.cpp1271 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 Dmock.cpp264 void PointerDrawingManager::UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, in UpdatePointerDevice() argument
/foundation/multimodalinput/input/service/window_manager/include/
H A Dpointer_drawing_manager.h79 void UpdatePointerDevice(bool hasPointerDevice, bool isPointerVisible, bool isHotPlug) override;
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp2172 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 10 milliseconds