Searched refs:loadPointerIconForType (Results 1 – 1 of 1) sorted by relevance
70 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