Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/input/tests/
H A DPointerController_test.cpp64 void loadPointerIconForType(SpriteIcon* icon, int32_t cursorType);
72 loadPointerIconForType(icon, CURSOR_TYPE_DEFAULT); in loadPointerIcon()
78 loadPointerIconForType(&outResources->spotHover, CURSOR_TYPE_HOVER); in loadPointerResources()
79 loadPointerIconForType(&outResources->spotTouch, CURSOR_TYPE_TOUCH); in loadPointerResources()
80 loadPointerIconForType(&outResources->spotAnchor, CURSOR_TYPE_ANCHOR); in loadPointerResources()
93 loadPointerIconForType(&icon, cursorType); in loadAdditionalMouseResources()
98 loadPointerIconForType(&icon, cursorType); in loadAdditionalMouseResources()
123 void MockPointerControllerPolicyInterface::loadPointerIconForType(SpriteIcon* icon, int32_t type) { in loadPointerIconForType() function in android::MockPointerControllerPolicyInterface