HomeSort by relevance Sort by last modified time
    Searched defs:InputDispatcher (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/ui/
InputDispatcher.cpp 6 #define LOG_TAG "InputDispatcher"
41 #include <ui/InputDispatcher.h>
164 // --- InputDispatcher ---
166 InputDispatcher::InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy) :
196 InputDispatcher::~InputDispatcher() {
210 void InputDispatcher::dispatchOnce() {
238 void InputDispatcher::dispatchOnceInnerLocked(nsecs_t keyRepeatTimeout,
415 bool InputDispatcher::enqueueInboundEventLocked(EventEntry* entry)
    [all...]
  /frameworks/base/include/ui/
InputDispatcher.h 416 class InputDispatcher : public InputDispatcherInterface {
418 virtual ~InputDispatcher();
421 explicit InputDispatcher(const sp<InputDispatcherPolicyInterface>& policy);
585 typedef void (InputDispatcher::*Command)(CommandEntry* commandEntry);
    [all...]

Completed in 111 milliseconds