HomeSort by relevance Sort by last modified time
    Searched full:dispatchgenericmotionevent (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/chromium_org/base/android/java/src/org/chromium/base/
WindowCallbackWrapper.java 31 public boolean dispatchGenericMotionEvent(MotionEvent event) {
32 return mCallback.dispatchGenericMotionEvent(event);
  /frameworks/base/core/java/android/view/
WindowCallbackWrapper.java 60 public boolean dispatchGenericMotionEvent(MotionEvent event) {
61 return mWrapped.dispatchGenericMotionEvent(event);
  /packages/apps/Browser/src/com/android/browser/
ActivityController.java 72 boolean dispatchGenericMotionEvent(MotionEvent ev);
BrowserActivity.java 302 public boolean dispatchGenericMotionEvent(MotionEvent ev) {
303 return mController.dispatchGenericMotionEvent(ev) ||
304 super.dispatchGenericMotionEvent(ev);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
WindowCallback.java 48 public boolean dispatchGenericMotionEvent(MotionEvent event) {
  /packages/apps/Browser/src/com/android/browser/stub/
NullController.java 148 public boolean dispatchGenericMotionEvent(MotionEvent ev) {
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
android.view.Window.Callback.html 87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/view/Window.Callback.html#dispatchGenericMotionEvent(android.view.MotionEvent)" target="_top"><code>dispatchGenericMotionEvent</code></A>(<code>MotionEvent</code>)</nobr>
android.app.Activity.html 87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/app/Activity.html#dispatchGenericMotionEvent(android.view.MotionEvent)" target="_top"><code>dispatchGenericMotionEvent</code></A>(<code>MotionEvent</code>)</nobr>
android.app.Dialog.html 87 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/app/Dialog.html#dispatchGenericMotionEvent(android.view.MotionEvent)" target="_top"><code>dispatchGenericMotionEvent</code></A>(<code>MotionEvent</code>)</nobr>
android.view.View.html 108 <nobr><code>boolean</code>&nbsp;<A HREF="../../../../reference/android/view/View.html#dispatchGenericMotionEvent(android.view.MotionEvent)" target="_top"><code>dispatchGenericMotionEvent</code></A>(<code>MotionEvent</code>)</nobr>
alldiffs_index_additions.html 316 <!-- Method dispatchGenericMotionEvent -->
317 <i>dispatchGenericMotionEvent</i><br>
321 <!-- Method dispatchGenericMotionEvent -->
325 <!-- Method dispatchGenericMotionEvent -->
329 <!-- Method dispatchGenericMotionEvent -->
    [all...]
alldiffs_index_all.html 423 <!-- Method dispatchGenericMotionEvent -->
424 <i>dispatchGenericMotionEvent</i><br>
428 <!-- Method dispatchGenericMotionEvent -->
432 <!-- Method dispatchGenericMotionEvent -->
436 <!-- Method dispatchGenericMotionEvent -->
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.html 87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/inputmethodservice/AbstractInputMethodService.AbstractInputMethodSessionImpl.html#dispatchGenericMotionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)" target="_top"><code>dispatchGenericMotionEvent</code></A>(<code>int,</nobr> MotionEvent<nobr>,</nobr> EventCallback<nobr><nobr></code>)</nobr>
android.view.inputmethod.InputMethodSession.html 87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/view/inputmethod/InputMethodSession.html#dispatchGenericMotionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)" target="_top"><code>dispatchGenericMotionEvent</code></A>(<code>int,</nobr> MotionEvent<nobr>,</nobr> EventCallback<nobr><nobr></code>)</nobr>
  /frameworks/base/docs/html/sdk/api_diff/12/
missingSinces.txt 22 NO DOC BLOCK: android.app.Activity Method dispatchGenericMotionEvent(android.view.MotionEvent)
23 NO DOC BLOCK: android.app.Dialog Method dispatchGenericMotionEvent(android.view.MotionEvent)
24 NO DOC BLOCK: android.view.View Method dispatchGenericMotionEvent(android.view.MotionEvent)
25 NO DOC BLOCK: android.view.Window.Callback Method dispatchGenericMotionEvent(android.view.MotionEvent)
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 160 public void dispatchGenericMotionEvent(int seq, MotionEvent event, EventCallback callback) {
IInputMethodSessionWrapper.java 238 mInputMethodSession.dispatchGenericMotionEvent(seq, motionEvent, this);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java 142 public boolean dispatchGenericMotionEvent(MotionEvent event) {
153 return super.dispatchGenericMotionEvent(event);
  /external/chromium_org/chromecast/shell/android/apk/src/org/chromium/chromecast/shell/
CastShellActivity.java 273 public boolean dispatchGenericMotionEvent(MotionEvent ev) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSession.java 153 public void dispatchGenericMotionEvent(int seq, MotionEvent event, EventCallback callback);
  /frameworks/base/media/java/android/media/tv/
TvView.java 535 public boolean dispatchGenericMotionEvent(MotionEvent event) {
536 if (super.dispatchGenericMotionEvent(event)) {
539 if (DEBUG) Log.d(TAG, "dispatchGenericMotionEvent(" + event + ")");
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/
missingSinces.txt 62 NO DOC BLOCK: android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl Method dispatchGenericMotionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)
63 NO DOC BLOCK: android.view.inputmethod.InputMethodSession Method dispatchGenericMotionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)
  /frameworks/base/docs/html/training/game-controllers/
controller-input.jd 45 <li>{@link android.app.Activity#dispatchGenericMotionEvent(android.view.MotionEvent)
46 dispatchGenericMotionEvent(android.view. MotionEvent)}
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java     [all...]

Completed in 524 milliseconds

1 2 3