Searched refs:dispatch (Results 26 - 40 of 40) sorted by relevance

12

/frameworks/rs/cpp/
H A DElement.cpp275 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, 1);
284 void *id = RS::dispatch->ElementCreate(rs->getContext(), dt, RS_KIND_USER, false, size);
341 void * id = RS::dispatch->ElementCreate(rs->getContext(), dt, dk, true, size);
403 void *id = RS::dispatch->ElementCreate2(mRS->getContext(),
H A DScriptIntrinsics.cpp27 mID = createDispatch(rs, RS::dispatch->ScriptIntrinsicCreate(rs->getContext(), id, e->getID()));
H A DrsCppStructs.h147 static dispatchTable* dispatch; member in class:android::RSC::RS
/frameworks/support/v4/java/android/support/v4/media/
H A DTransportMediator.java61 key.dispatch(mKeyEventCallback);
200 return KeyEventCompat.dispatch(event, mKeyEventCallback, mDispatcherState, this);
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardService.java191 public void dispatch(MotionEvent event) {
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardServiceWrapper.java213 public void dispatch(MotionEvent event) { method in class:KeyguardServiceWrapper
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp80 void dispatch(const omx_message &msg);
118 void OMX::CallbackDispatcher::dispatch(const omx_message &msg) { function in class:android::OMX::CallbackDispatcher
144 dispatch(msg);
/frameworks/base/core/java/android/nfc/
H A DNfcAdapter.java75 * <p>The MIME type or data URI of this intent are normalized before dispatch -
1162 * Enable foreground dispatch to the given Activity.
1167 * <p>If any IntentFilters are provided to this method they are used to match dispatch Intents
1170 * relies on meta data outside of the IntentFilter matching for that dispatch Intent is handled
1173 * match then the dispatch is routed through the given PendingIntent. In other words, the second
1182 * the completion of their {@link Activity#onPause} callback to disable foreground dispatch
1187 * @param activity the Activity to dispatch to
1188 * @param intent the PendingIntent to start for the dispatch
1189 * @param filters the IntentFilters to override dispatching for, or null to always dispatch
1200 throw new IllegalStateException("Foreground dispatch ca
1480 public void dispatch(Tag tag) { method in class:NfcAdapter
[all...]
/frameworks/base/core/java/android/view/
H A DKeyEvent.java1076 * "done". This allows TextView to dispatch these as normal enter keys
2584 * @deprecated Use {@link #dispatch(Callback, DispatcherState, Object)} instead.
2587 public final boolean dispatch(Callback receiver) { method in class:KeyEvent
2588 return dispatch(receiver, null, null);
2598 * @param target The target of the dispatch, for use in tracking.
2602 public final boolean dispatch(Callback receiver, DispatcherState state, method in class:KeyEvent
2658 * Use with {@link KeyEvent#dispatch(Callback, DispatcherState, Object)}
H A DView.java3221 * Listener used to dispatch focus change events.
3238 * Listener used to dispatch click events.
3245 * Listener used to dispatch long click events.
5300 * event text is populated in a separate dispatch path since we add to the
6360 * <p>Note: unlike many View methods, there is no dispatch phase to this
6438 * it will be called during dispatch instead of this method. The listener may optionally
6615 * Ask that a new dispatch of {@link #fitSystemWindows(Rect)} be performed.
6625 * Ask that a new dispatch of {@link #onApplyWindowInsets(WindowInsets)} be performed.
8318 * view has focus, it will dispatch to itself. Otherwise it will dispatch
[all...]
/frameworks/base/core/java/android/app/
H A DDialog.java734 return event.dispatch(this, mDecor != null
H A DActivity.java2321 // Some modes use a SpannableStringBuilder to track & dispatch input events
2351 * it will set up the dispatch to call {@link #onKeyUp} where the action
2395 // something useable has been typed - dispatch it now.
2704 return event.dispatch(this, decor != null
3845 * as intermediaries that dispatch their intent to the target the user selects -- to
4197 * @param intent The intent to dispatch to the next activity. For
4217 * @param intent The intent to dispatch to the next activity. For
/frameworks/base/core/java/android/widget/
H A DGallery.java1201 return event.dispatch(this, null, null);
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java950 // dispatch the input events.
1013 if (keyEvent.dispatch(this, mDispatcherState, this)) {
/frameworks/testing/espresso/libs/
H A Dguava-14.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 810 milliseconds

12