OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notifyMotion
(Results
1 - 6
of
6
) sorted by null
/frameworks/native/services/inputflinger/
InputListener.h
166
virtual void
notifyMotion
(const NotifyMotionArgs* args) = 0;
185
virtual void
notifyMotion
(const NotifyMotionArgs* args);
InputListener.cpp
100
listener->
notifyMotion
(this);
159
void QueuedInputListener::
notifyMotion
(const NotifyMotionArgs* args) {
InputReader.cpp
[
all
...]
InputDispatcher.h
383
virtual void
notifyMotion
(const NotifyMotionArgs* args);
[
all
...]
InputDispatcher.cpp
[
all
...]
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
261
<< "Expected
notifyMotion
() to have been called.";
270
<< "Expected
notifyMotion
() to not have been called.";
295
virtual void
notifyMotion
(const NotifyMotionArgs* args) {
[
all
...]
Completed in 489 milliseconds