Searched refs:outResources (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/input/
H A DPointerController.h59 virtual void loadPointerResources(PointerResources* outResources) = 0;
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp231 virtual void loadPointerResources(PointerResources* outResources);
995 void NativeInputManager::loadPointerResources(PointerResources* outResources) { argument
999 &outResources->spotHover);
1001 &outResources->spotTouch);
1003 &outResources->spotAnchor);

Completed in 124 milliseconds