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

1 2

  /frameworks/base/core/java/android/view/inputmethod/
InputMethodSession.java 34 public interface EventCallback {
123 public void dispatchKeyEvent(int seq, KeyEvent event, EventCallback callback);
138 public void dispatchTrackballEvent(int seq, MotionEvent event, EventCallback callback);
153 public void dispatchGenericMotionEvent(int seq, MotionEvent event, EventCallback callback);
  /external/chromium/base/win/
event_trace_consumer.h 94 logfile.EventCallback = &ProcessEventCallback;
110 logfile.EventCallback = &ProcessEventCallback;
  /external/mdnsresponder/mDNSShared/
dnsextd.h 106 typedef void (*EventCallback)( void * context );
110 EventCallback callback;
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 135 public void dispatchKeyEvent(int seq, KeyEvent event, EventCallback callback) {
148 public void dispatchTrackballEvent(int seq, MotionEvent event, EventCallback callback) {
160 public void dispatchGenericMotionEvent(int seq, MotionEvent event, EventCallback callback) {
IInputMethodSessionWrapper.java 194 implements InputMethodSession.EventCallback {
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.html 86 <A NAME="android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)"></A>
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 86 <A NAME="android.view.inputmethod.InputMethodSession.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)"></A>
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>
methods_index_additions.html 174 &nbsp;&nbsp;<nobr><A HREF="android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.html#android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)" class="hiddenlink" target="rightframe">type&nbsp;<b>
175 (<code>int, MotionEvent, EventCallback</code>)</b>&nbsp;in&nbsp;android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
177 &nbsp;&nbsp;<nobr><A HREF="android.view.inputmethod.InputMethodSession.html#android.view.inputmethod.InputMethodSession.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)" class="hiddenlink" target="rightframe">type&nbsp;<b>
178 (<code>int, MotionEvent, EventCallback</code>)</b>&nbsp;in&nbsp;android.view.inputmethod.InputMethodSession
    [all...]
methods_index_all.html 192 &nbsp;&nbsp;<nobr><A HREF="android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.html#android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)" class="hiddenlink" target="rightframe">type&nbsp;<b>
193 (<code>int, MotionEvent, EventCallback</code>)</b>&nbsp;in&nbsp;android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
195 &nbsp;&nbsp;<nobr><A HREF="android.view.inputmethod.InputMethodSession.html#android.view.inputmethod.InputMethodSession.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)" class="hiddenlink" target="rightframe">type&nbsp;<b>
196 (<code>int, MotionEvent, EventCallback</code>)</b>&nbsp;in&nbsp;android.view.inputmethod.InputMethodSession
    [all...]
alldiffs_index_additions.html 336 &nbsp;&nbsp;<nobr><A HREF="android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.html#android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)" class="hiddenlink" target="rightframe">type&nbsp;<b>
337 (<code>int, MotionEvent, EventCallback</code>)</b>&nbsp;in&nbsp;android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl
340 &nbsp;&nbsp;<nobr><A HREF="android.view.inputmethod.InputMethodSession.html#android.view.inputmethod.InputMethodSession.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)" class="hiddenlink" target="rightframe">type&nbsp;<b>
341 (<code>int, MotionEvent, EventCallback</code>)</b>&nbsp;in&nbsp;android.view.inputmethod.InputMethodSession
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.h 70 jpeg_callback_t eventcallback,
mm_omx_jpeg_encoder.h 75 jpeg_callback_t eventcallback,
mm_jpeg_encoder.c 109 jpeg_callback_t eventcallback,
115 mmcamera_jpeg_callback = eventcallback;
mm_omx_jpeg_encoder.c 138 jpeg_callback_t eventcallback, void* userdata,
143 mmcamera_jpeg_callback = eventcallback;
  /external/v8/include/
v8-debug.h 197 typedef void (*EventCallback)(DebugEvent event,
248 static bool SetDebugEventListener(EventCallback that,
270 // EventDetails to EventCallback at the moment when the VM actually
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_app.h 130 jpeg_callback_t eventcallback, void* userdata, void* output_buffer,
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 479 EventProvider(MessageNotifier *mn, void* cookie, event_callback eventCallback)
480 :mEventNotifier(mn), mCookie(cookie), mEventCallback(eventCallback) {}
564 void eventCallback(CameraHalEvent* chEvt);
    [all...]
  /frameworks/av/media/libmedia/
JetPlayer.cpp 120 void JetPlayer::setEventCallback(jetevent_callback eventCallback)
123 mEventCallback = eventCallback;
  /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)
user_comments_for_16_to_17.xml 1315 <identifier id="android.inputmethodservice.AbstractInputMethodService.AbstractInputMethodSessionImpl.dispatchGenericMotionEvent_added(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback)"/>
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp     [all...]
CameraHal.cpp     [all...]
  /external/v8/src/
isolate.h 289 V(v8::Debug::EventCallback, debug_event_callback, NULL) \
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/6/
android.jar 

Completed in 634 milliseconds

1 2