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

/frameworks/base/services/input/
H A DPointerController.h130 class PointerControllerPolicyInterface : public virtual RefBase { class in namespace:android
132 PointerControllerPolicyInterface() { } function in class:android::PointerControllerPolicyInterface
133 virtual ~PointerControllerPolicyInterface() { }
155 PointerController(const sp<PointerControllerPolicyInterface>& policy,
207 sp<PointerControllerPolicyInterface> mPolicy;

Completed in 27 milliseconds