Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/
DEntry.h207 struct TouchModeEntry : EventEntry { struct
211 TouchModeEntry(int32_t id, nsecs_t eventTime, bool inTouchMode, ui::LogicalDisplayId displayId); argument
DEntry.cpp176 TouchModeEntry::TouchModeEntry(int32_t id, nsecs_t eventTime, bool inTouchMode, in TouchModeEntry() function in android::inputdispatcher::TouchModeEntry