Searched defs:PointerControllerPolicyInterface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/input/
H A DPointerController.h53 class PointerControllerPolicyInterface : public virtual RefBase { class in namespace:android
55 PointerControllerPolicyInterface() { } function in class:android::PointerControllerPolicyInterface
56 virtual ~PointerControllerPolicyInterface() { }
78 PointerController(const sp<PointerControllerPolicyInterface>& policy,
130 sp<PointerControllerPolicyInterface> mPolicy;

Completed in 40 milliseconds