Searched refs:loadPointerIconForType (Results 1 – 1 of 1) sorted by relevance
72 void loadPointerIconForType(SpriteIcon* icon, int32_t cursorType);80 loadPointerIconForType(icon, CURSOR_TYPE_DEFAULT); in loadPointerIcon()86 loadPointerIconForType(&outResources->spotHover, CURSOR_TYPE_HOVER); in loadPointerResources()87 loadPointerIconForType(&outResources->spotTouch, CURSOR_TYPE_TOUCH); in loadPointerResources()88 loadPointerIconForType(&outResources->spotAnchor, CURSOR_TYPE_ANCHOR); in loadPointerResources()100 loadPointerIconForType(&icon, cursorType); in loadAdditionalMouseResources()105 loadPointerIconForType(&icon, cursorType); in loadAdditionalMouseResources()113 loadPointerIconForType(&icon, cursorType); in loadAdditionalMouseResources()139 void MockPointerControllerPolicyInterface::loadPointerIconForType(SpriteIcon* icon, int32_t type) { in loadPointerIconForType() function in android::MockPointerControllerPolicyInterface