Home
last modified time | relevance | path

Searched defs:TouchModeEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h212 struct TouchModeEntry : EventEntry { struct
215 TouchModeEntry(int32_t id, nsecs_t eventTime, bool inTouchMode); argument
DEntry.cpp198 TouchModeEntry::TouchModeEntry(int32_t id, nsecs_t eventTime, bool inTouchMode) in TouchModeEntry() function in android::inputdispatcher::TouchModeEntry