OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dispatchGenericMotionEvent
(Results
1 - 6
of
6
) sorted by null
/cts/tests/tests/hardware/src/android/hardware/input/cts/
InputCtsActivity.java
35
public boolean
dispatchGenericMotionEvent
(MotionEvent ev) {
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java
142
public boolean
dispatchGenericMotionEvent
(MotionEvent event) {
153
return super.
dispatchGenericMotionEvent
(event);
/cts/tests/tests/view/src/android/view/cts/
TouchDelegateTest.java
195
mActivity::
dispatchGenericMotionEvent
);
ViewTest.java
[
all
...]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
WindowTest.java
120
doReturn(true).when(mWindowCallback).
dispatchGenericMotionEvent
(any());
[
all
...]
/cts/tests/tests/tv/src/android/media/tv/cts/
TvInputServiceTest.java
643
mTvView.
dispatchGenericMotionEvent
(event);
[
all
...]
Completed in 657 milliseconds