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
376
MotionEntry
* typedEntry = static_cast<
MotionEntry
*>(mPendingEvent);
441
MotionEntry
*
motionEntry
= static_cast<
MotionEntry
*>(entry);
442
if (
motionEntry
->action == AMOTION_EVENT_ACTION_DOWN
443
&& (
motionEntry
->source & AINPUT_SOURCE_CLASS_POINTER)
446
int32_t displayId =
motionEntry
->displayId;
447
int32_t x = int32_t(
motionEntry
->pointerCoords[0].
449
int32_t y = int32_t(
motionEntry
->pointerCoords[0]
[
all
...]
InputDispatcher.h
508
struct
MotionEntry
: EventEntry {
526
MotionEntry
(nsecs_t eventTime,
537
virtual ~
MotionEntry
();
727
bool trackMotion(const
MotionEntry
* entry, int32_t action, int32_t flags);
780
void setPointers(const
MotionEntry
* entry);
788
ssize_t findMotionMemento(const
MotionEntry
* entry, bool hovering) const;
791
void addMotionMemento(const
MotionEntry
* entry, int32_t flags, bool hovering);
[
all
...]
Completed in 300 milliseconds