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

/frameworks/base/libs/input/
H A DPointerController.h59 class PointerControllerPolicyInterface : public virtual RefBase { class in namespace:android
61 PointerControllerPolicyInterface() { } function in class:android::PointerControllerPolicyInterface
62 virtual ~PointerControllerPolicyInterface() { }
90 PointerController(const sp<PointerControllerPolicyInterface>& policy,
143 sp<PointerControllerPolicyInterface> mPolicy;

Completed in 180 milliseconds