Home
last modified time | relevance | path

Searched refs:loadPointerIconForType (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/input/tests/
H A DPointerController_test.cpp70 void loadPointerIconForType(SpriteIcon* icon, int32_t cursorType);
79 loadPointerIconForType(icon, CURSOR_TYPE_DEFAULT); in loadPointerIcon()
85 loadPointerIconForType(&outResources->spotHover, CURSOR_TYPE_HOVER); in loadPointerResources()
86 loadPointerIconForType(&outResources->spotTouch, CURSOR_TYPE_TOUCH); in loadPointerResources()
87 loadPointerIconForType(&outResources->spotAnchor, CURSOR_TYPE_ANCHOR); in loadPointerResources()
99 loadPointerIconForType(&icon, cursorType); in loadAdditionalMouseResources()
104 loadPointerIconForType(&icon, cursorType); in loadAdditionalMouseResources()
112 loadPointerIconForType(&icon, cursorType); in loadAdditionalMouseResources()
138 void MockPointerControllerPolicyInterface::loadPointerIconForType(SpriteIcon* icon, int32_t type) { in loadPointerIconForType() function in android::MockPointerControllerPolicyInterface