Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.h201 struct TouchModeEntry : EventEntry { struct
205 TouchModeEntry(int32_t id, nsecs_t eventTime, bool inTouchMode, ui::LogicalDisplayId displayId); argument
H A DEntry.cpp167 TouchModeEntry::TouchModeEntry(int32_t id, nsecs_t eventTime, bool inTouchMode, in TouchModeEntry() function in android::inputdispatcher::TouchModeEntry