Searched refs:InputQueue (Results 1 - 8 of 8) 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/java/android/view/
H A DInputQueue.java26 public final class InputQueue { class
27 private static final String TAG = "InputQueue";
32 * Interface to receive notification of when an InputQueue is associated
37 * Called when the given InputQueue is now associated with the
40 void onInputQueueCreated(InputQueue queue);
43 * Called when the given InputQueue is no longer associated with
46 void onInputQueueDestroyed(InputQueue queue);
59 public InputQueue(InputChannel channel) { method in class:InputQueue
H A DWindow.java484 * Take ownership of this window's InputQueue. The window will no
488 public abstract void takeInputQueue(InputQueue.Callback callback);
H A DViewRoot.java156 InputQueue.Callback mInputQueueCallback;
157 InputQueue mInputQueue;
564 mInputQueue = new InputQueue(mInputChannel);
567 InputQueue.registerInputChannel(mInputChannel, mInputHandler,
1763 InputQueue.unregisterInputChannel(mInputChannel);
/frameworks/base/core/java/android/app/
H A DNativeActivity.java19 import android.view.InputQueue;
49 InputQueue.Callback, OnGlobalLayoutListener {
73 private InputQueue mCurInputQueue;
316 public void onInputQueueCreated(InputQueue queue) {
323 public void onInputQueueDestroyed(InputQueue queue) {
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java47 import android.view.InputQueue;
521 InputQueue.registerInputChannel(mInputChannel, mInputHandler,
788 InputQueue.unregisterInputChannel(mInputChannel);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java58 import android.view.InputQueue;
110 InputQueue.Callback mTakeInputQueueCallback;
255 public void takeInputQueue(InputQueue.Callback callback) {
2047 public InputQueue.Callback willYouTakeTheInputQueue() {
H A DPhoneWindowManager.java65 import android.view.InputQueue;
671 InputQueue.registerInputChannel(mPointerLocationInputChannel,
681 InputQueue.unregisterInputChannel(mPointerLocationInputChannel);

Completed in 158 milliseconds