Searched refs:InputQueue (Results 1 - 13 of 13) 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/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.java908 * Take ownership of this window's InputQueue. The window will no
912 public abstract void takeInputQueue(InputQueue.Callback callback);
H A DViewRootImpl.java253 InputQueue.Callback mInputQueueCallback;
254 InputQueue mInputQueue;
724 mInputQueue = new InputQueue();
4104 implements InputQueue.FinishedInputEventCallback {
4266 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;
60 InputQueue.Callback, OnGlobalLayoutListener {
83 private InputQueue mCurInputQueue;
292 public void onInputQueueCreated(InputQueue queue) {
299 public void onInputQueueDestroyed(InputQueue queue) {
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/util/
H A DMockWindow.java8 import android.view.InputQueue;
29 public void takeInputQueue(InputQueue.Callback callback) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java38 import android.view.InputQueue;
455 public void takeInputQueue(InputQueue.Callback callback) {
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java59 import android.view.InputQueue;
1545 public InputQueue.Callback willYouTakeTheInputQueue() {
H A DPhoneWindow.java35 import android.view.InputQueue;
158 InputQueue.Callback mTakeInputQueueCallback;
496 public void takeInputQueue(InputQueue.Callback callback) {
/frameworks/base/
H A Dcompiled-classes-phone4308 android.view.InputQueue
4309 android.view.InputQueue$Callback
4310 android.view.InputQueue$FinishedInputEventCallback

Completed in 2136 milliseconds