Searched refs:InputQueue (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DRootViewSurfaceTaker.java18 import android.view.InputQueue;
27 InputQueue.Callback willYouTakeTheInputQueue();
/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp17 #define LOG_TAG "InputQueue"
48 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper, function in class:android::InputQueue
56 InputQueue::~InputQueue() {
64 void InputQueue::attachLooper(Looper* looper, int ident,
76 void InputQueue::detachLooper() {
81 void InputQueue::detachLooperLocked() {
88 bool InputQueue::hasEvents() {
93 status_t InputQueue
[all...]
/frameworks/base/core/jni/include/android_runtime/
H A Dandroid_view_InputQueue.h35 class InputQueue : public AInputQueue, public MessageHandler { class in namespace:android
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/android/view/
H A DInputQueue.java33 public final class InputQueue { class
43 private static native long nativeInit(WeakReference<InputQueue> weakQueue,
50 public InputQueue() { method in class:InputQueue
51 mPtr = nativeInit(new WeakReference<InputQueue>(this), Looper.myQueue());
140 * Interface to receive notification of when an InputQueue is associated
145 * Called when the given InputQueue is now associated with the
148 void onInputQueueCreated(InputQueue queue);
151 * Called when the given InputQueue is no longer associated with
154 void onInputQueueDestroyed(InputQueue queue);
H A DWindow.java947 * Take ownership of this window's InputQueue. The window will no
951 public abstract void takeInputQueue(InputQueue.Callback callback);
H A DViewRootImpl.java314 InputQueue.Callback mInputQueueCallback;
315 InputQueue mInputQueue;
810 mInputQueue = new InputQueue();
4398 implements InputQueue.FinishedInputEventCallback {
4569 implements InputQueue.FinishedInputEventCallback {
/frameworks/base/native/android/
H A Dinput.cpp34 using android::InputQueue;
275 InputQueue* iq = static_cast<InputQueue*>(queue);
281 InputQueue* iq = static_cast<InputQueue*>(queue);
286 InputQueue* iq = static_cast<InputQueue*>(queue);
291 InputQueue* iq = static_cast<InputQueue*>(queue);
299 InputQueue* i
[all...]
/frameworks/base/core/java/android/app/
H A DNativeActivity.java30 import android.view.InputQueue;
52 InputQueue.Callback, OnGlobalLayoutListener {
75 private InputQueue mCurInputQueue;
284 public void onInputQueueCreated(InputQueue queue) {
291 public void onInputQueueDestroyed(InputQueue queue) {
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java25 import android.view.InputQueue;
46 public void takeInputQueue(InputQueue.Callback callback) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java41 import android.view.InputQueue;
522 public void takeInputQueue(InputQueue.Callback callback) {
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java65 import android.view.InputQueue;
1666 public InputQueue.Callback willYouTakeTheInputQueue() {
H A DPhoneWindow.java35 import android.view.InputQueue;
159 InputQueue.Callback mTakeInputQueueCallback;
503 public void takeInputQueue(InputQueue.Callback callback) {
/frameworks/base/config/
H A Dpreloaded-classes2323 android.view.InputQueue
2324 android.view.InputQueue$Callback
2325 android.view.InputQueue$FinishedInputEventCallback
H A Dcompiled-classes-phone4456 android.view.InputQueue
4457 android.view.InputQueue$Callback
4458 android.view.InputQueue$FinishedInputEventCallback

Completed in 598 milliseconds