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

/frameworks/base/core/java/com/android/internal/view/
H A DRootViewSurfaceTaker.java3 import android.view.InputQueue;
12 InputQueue.Callback willYouTakeTheInputQueue();
/frameworks/base/core/jni/
H A Dandroid_view_InputQueue.cpp17 #define LOG_TAG "InputQueue"
46 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper, function in class:android::InputQueue
54 InputQueue::~InputQueue() {
62 void InputQueue::attachLooper(Looper* looper, int ident,
74 void InputQueue::detachLooper() {
79 void InputQueue::detachLooperLocked() {
86 bool InputQueue::hasEvents() {
91 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.java34 public final class InputQueue { class
44 private static native int nativeInit(WeakReference<InputQueue> weakQueue,
51 public InputQueue() { method in class:InputQueue
52 mPtr = nativeInit(new WeakReference<InputQueue>(this), Looper.myQueue());
141 * Interface to receive notification of when an InputQueue is associated
146 * Called when the given InputQueue is now associated with the
149 void onInputQueueCreated(InputQueue queue);
152 * Called when the given InputQueue is no longer associated with
155 void onInputQueueDestroyed(InputQueue queue);
H A DWindow.java572 * Take ownership of this window's InputQueue. The window will no
576 public abstract void takeInputQueue(InputQueue.Callback callback);
H A DViewRootImpl.java188 InputQueue.Callback mInputQueueCallback;
189 InputQueue mInputQueue;
578 mInputQueue = new InputQueue();
3630 implements InputQueue.FinishedInputEventCallback {
3790 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;
58 InputQueue.Callback, OnGlobalLayoutListener {
81 private InputQueue mCurInputQueue;
292 public void onInputQueueCreated(InputQueue queue) {
299 public void onInputQueueDestroyed(InputQueue queue) {
/frameworks/base/services/java/com/android/server/wm/
H A DFakeWindowImpl.java28 import android.view.InputQueue;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java74 import android.view.InputQueue;
137 InputQueue.Callback mTakeInputQueueCallback;
338 public void takeInputQueue(InputQueue.Callback callback) {
2718 public InputQueue.Callback willYouTakeTheInputQueue() {

Completed in 522 milliseconds