OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:motionEntry
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/services/inputflinger/
InputDispatcher.cpp
372
MotionEntry
* typedEntry = static_cast<
MotionEntry
*>(mPendingEvent);
436
MotionEntry
*
motionEntry
= static_cast<
MotionEntry
*>(entry);
437
if (
motionEntry
->action == AMOTION_EVENT_ACTION_DOWN
438
&& (
motionEntry
->source & AINPUT_SOURCE_CLASS_POINTER)
441
int32_t displayId =
motionEntry
->displayId;
442
int32_t x = int32_t(
motionEntry
->pointerCoords[0].
444
int32_t y = int32_t(
motionEntry
->pointerCoords[0]
[
all
...]
InputDispatcher.h
502
struct
MotionEntry
: EventEntry {
519
MotionEntry
(nsecs_t eventTime,
530
virtual ~
MotionEntry
();
713
bool trackMotion(const
MotionEntry
* entry, int32_t action, int32_t flags);
766
void setPointers(const
MotionEntry
* entry);
774
ssize_t findMotionMemento(const
MotionEntry
* entry, bool hovering) const;
777
void addMotionMemento(const
MotionEntry
* entry, int32_t flags, bool hovering);
[
all
...]
Completed in 160 milliseconds