Home
last modified time | relevance | path

Searched refs:InputQueue (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_InputQueue.cpp48 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper, in InputQueue() function in android::InputQueue
56 InputQueue::~InputQueue() { in ~InputQueue()
64 void InputQueue::attachLooper(Looper* looper, int ident, in attachLooper()
76 void InputQueue::detachLooper() { in detachLooper()
81 void InputQueue::detachLooperLocked() { in detachLooperLocked()
88 bool InputQueue::hasEvents() { in hasEvents()
93 status_t InputQueue::getEvent(InputEvent** outEvent) { in getEvent()
115 bool InputQueue::preDispatchEvent(InputEvent* e) { in preDispatchEvent()
126 void InputQueue::finishEvent(InputEvent* event, bool handled) { in finishEvent()
134 void InputQueue::handleMessage(const Message& message) { in handleMessage()
[all …]
/frameworks/base/native/android/
Dinput.cpp34 using android::InputQueue;
275 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_attachLooper()
281 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_detachLooper()
286 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_hasEvents()
291 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_getEvent()
299 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_preDispatchEvent()
305 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_finishEvent()
/frameworks/base/core/java/android/view/
DInputQueue.java34 public final class InputQueue { class
44 private static native long nativeInit(WeakReference<InputQueue> weakQueue, in nativeInit()
51 public InputQueue() { in InputQueue() method in InputQueue
52 mPtr = nativeInit(new WeakReference<InputQueue>(this), Looper.myQueue()); in InputQueue()
150 void onInputQueueCreated(InputQueue queue); in onInputQueueCreated()
156 void onInputQueueDestroyed(InputQueue queue); in onInputQueueDestroyed()
DWindow.java1004 public abstract void takeInputQueue(InputQueue.Callback callback); in takeInputQueue()
DViewRootImpl.java453 InputQueue.Callback mInputQueueCallback;
454 InputQueue mInputQueue;
1123 mInputQueue = new InputQueue();
5590 implements InputQueue.FinishedInputEventCallback {
5779 implements InputQueue.FinishedInputEventCallback {
/frameworks/base/core/jni/include/android_runtime/
Dandroid_view_InputQueue.h35 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,
/frameworks/base/core/java/com/android/internal/view/
DRootViewSurfaceTaker.java19 import android.view.InputQueue;
30 InputQueue.Callback willYouTakeTheInputQueue(); in willYouTakeTheInputQueue()
/frameworks/base/core/java/android/app/
DNativeActivity.java31 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()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
DMockWindow.java25 import android.view.InputQueue;
46 public void takeInputQueue(InputQueue.Callback callback) { in takeInputQueue()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowView.java37 import android.view.InputQueue;
373 public void takeInputQueue(InputQueue.Callback callback) {
/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java83 import android.view.InputQueue;
196 InputQueue.Callback mTakeInputQueueCallback;
539 public void takeInputQueue(InputQueue.Callback callback) { in takeInputQueue()
DDecorView.java78 import android.view.InputQueue;
1788 public InputQueue.Callback willYouTakeTheInputQueue() { in willYouTakeTheInputQueue()
/frameworks/base/config/
Dpreloaded-classes6839 android.view.InputQueue$Callback
6840 android.view.InputQueue$FinishedInputEventCallback
6841 android.view.InputQueue
Dboot-image-profile.txt29383 HSPLcom/android/internal/policy/DecorView;->willYouTakeTheInputQueue()Landroid/view/InputQueue$Call…
47153 Landroid/view/InputQueue$Callback;
47154 Landroid/view/InputQueue$FinishedInputEventCallback;
47155 Landroid/view/InputQueue;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4537 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba…
4540 method public void onInputQueueCreated(android.view.InputQueue);
4541 method public void onInputQueueDestroyed(android.view.InputQueue);
32319 public final class InputQueue {
32322 public static abstract interface InputQueue.Callback {
32323 method public abstract void onInputQueueCreated(android.view.InputQueue);
32324 method public abstract void onInputQueueDestroyed(android.view.InputQueue);
34547 method public abstract void takeInputQueue(android.view.InputQueue.Callback);
/frameworks/base/api/
Dcurrent.txt5428 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba…
5431 method public void onInputQueueCreated(android.view.InputQueue);
5432 method public void onInputQueueDestroyed(android.view.InputQueue);
52532 public final class InputQueue {
52535 public static interface InputQueue.Callback {
52536 method public void onInputQueueCreated(android.view.InputQueue);
52537 method public void onInputQueueDestroyed(android.view.InputQueue);
55341 method public abstract void takeInputQueue(android.view.InputQueue.Callback);