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/base/services/input/
InputListener.h
163
virtual void
notifyMotion
(const NotifyMotionArgs* args) = 0;
182
virtual void
notifyMotion
(const NotifyMotionArgs* args);
InputListener.cpp
99
listener->
notifyMotion
(this);
158
void QueuedInputListener::
notifyMotion
(const NotifyMotionArgs* args) {
InputReader.cpp
[
all
...]
InputDispatcher.h
382
virtual void
notifyMotion
(const NotifyMotionArgs* args);
[
all
...]
InputDispatcher.cpp
[
all
...]
/frameworks/base/services/input/tests/
InputReader_test.cpp
224
<< "Expected
notifyMotion
() to have been called.";
233
<< "Expected
notifyMotion
() to not have been called.";
258
virtual void
notifyMotion
(const NotifyMotionArgs* args) {
[
all
...]
Completed in 618 milliseconds