Searched refs:InputQueue (Results 1 – 18 of 18) sorted by relevance
49 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper, in InputQueue() function in android::InputQueue57 InputQueue::~InputQueue() { in ~InputQueue()77 void InputQueue::detachLooper() { in detachLooper()82 void InputQueue::detachLooperLocked() { in detachLooperLocked()89 bool InputQueue::hasEvents() { in hasEvents()168 KeyEvent* InputQueue::createKeyEvent() { in createKeyEvent()188 InputQueue* InputQueue::createQueue(jobject inputQueueObj, const sp<Looper>& looper) { in createQueue()205 sp<InputQueue> queue = InputQueue::createQueue(queueWeak, messageQueue->getLooper()); in nativeInit()215 sp<InputQueue> queue = reinterpret_cast<InputQueue*>(ptr); in nativeDispose()222 InputQueue* queue = reinterpret_cast<InputQueue*>(ptr); in nativeSendKeyEvent()[all …]
37 using android::InputQueue;319 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_attachLooper()325 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_detachLooper()330 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_hasEvents()335 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_getEvent()343 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_preDispatchEvent()349 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_finishEvent()
35 public final class InputQueue { class45 private static native long nativeInit(WeakReference<InputQueue> weakQueue, in nativeInit()52 public InputQueue() { in InputQueue() method in InputQueue53 mPtr = nativeInit(new WeakReference<InputQueue>(this), Looper.myQueue()); in InputQueue()151 void onInputQueueCreated(InputQueue queue); in onInputQueueCreated()157 void onInputQueueDestroyed(InputQueue queue); in onInputQueueDestroyed()
1106 public abstract void takeInputQueue(InputQueue.Callback callback); in takeInputQueue()
685 InputQueue.Callback mInputQueueCallback;686 InputQueue mInputQueue;1599 mInputQueue = new InputQueue();6728 implements InputQueue.FinishedInputEventCallback {6981 implements InputQueue.FinishedInputEventCallback {
35 class InputQueue : public AInputQueue, public MessageHandler {37 virtual ~InputQueue();59 static InputQueue* createQueue(jobject inputQueueObj, const sp<Looper>& looper);65 InputQueue(jobject inputQueueObj, const sp<Looper>& looper,
19 import android.view.InputQueue;29 InputQueue.Callback willYouTakeTheInputQueue(); in willYouTakeTheInputQueue()
31 import android.view.InputQueue;53 InputQueue.Callback, OnGlobalLayoutListener {77 private InputQueue mCurInputQueue;287 public void onInputQueueCreated(InputQueue queue) { in onInputQueueCreated()294 public void onInputQueueDestroyed(InputQueue queue) { in onInputQueueDestroyed()
37 import android.view.InputQueue;315 public void takeInputQueue(InputQueue.Callback callback) {
87 import android.view.InputQueue;202 InputQueue.Callback mTakeInputQueueCallback;559 public void takeInputQueue(InputQueue.Callback callback) { in takeInputQueue()
77 import android.view.InputQueue;1894 public InputQueue.Callback willYouTakeTheInputQueue() { in willYouTakeTheInputQueue()
8537 android.view.InputQueue$Callback8538 android.view.InputQueue$FinishedInputEventCallback8539 android.view.InputQueue
22092 HSPLcom/android/internal/policy/DecorView;->willYouTakeTheInputQueue()Landroid/view/InputQueue$Call…31335 Landroid/view/InputQueue$Callback;31336 Landroid/view/InputQueue$FinishedInputEventCallback;31337 Landroid/view/InputQueue;
60647 Landroid/view/InputQueue$ActiveInputEvent;->mCallback:Landroid/view/InputQueue$FinishedInputEventCa…60649 Landroid/view/InputQueue$ActiveInputEvent;->recycle()V60651 Landroid/view/InputQueue;-><init>()V60652 Landroid/view/InputQueue;->dispose()V60653 Landroid/view/InputQueue;->dispose(Z)V60654 Landroid/view/InputQueue;->getNativePtr()J60658 Landroid/view/InputQueue;->mPtr:J60659 Landroid/view/InputQueue;->nativeDispose(J)V60663 …droid/view/InputQueue;->obtainActiveInputEvent(Ljava/lang/Object;Landroid/view/InputQueue$Finished…60664 Landroid/view/InputQueue;->recycleActiveInputEvent(Landroid/view/InputQueue$ActiveInputEvent;)V[all …]
8568 android.view.InputQueue$Callback8569 android.view.InputQueue$FinishedInputEventCallback8570 android.view.InputQueue
22156 HSPLcom/android/internal/policy/DecorView;->willYouTakeTheInputQueue()Landroid/view/InputQueue$Call…41469 Landroid/view/InputQueue$Callback;41470 Landroid/view/InputQueue$FinishedInputEventCallback;41471 Landroid/view/InputQueue;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6172 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba…6175 method public void onInputQueueCreated(android.view.InputQueue);6176 method public void onInputQueueDestroyed(android.view.InputQueue);50623 public final class InputQueue {50626 public static interface InputQueue.Callback {50627 method public void onInputQueueCreated(android.view.InputQueue);50628 method public void onInputQueueDestroyed(android.view.InputQueue);53669 method public abstract void takeInputQueue(android.view.InputQueue.Callback);