HomeSort by relevance Sort by last modified time
    Searched defs:InputQueue (Results 1 - 13 of 13) sorted by null

  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 24 import android.view.InputQueue;
45 InputQueue.registerInputChannel(mClientChannel, inputHandler, looper.getQueue());
91 InputQueue.unregisterInputChannel(mClientChannel);
DragState.java 31 import android.view.InputQueue;
93 InputQueue.registerInputChannel(mClientChannel, mService.mDragInputHandler,
142 InputQueue.unregisterInputChannel(mClientChannel);
  /frameworks/base/core/java/android/view/
InputQueue.java 26 public final class InputQueue {
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) {
ViewRootImpl.java 203 InputQueue.Callback mInputQueueCallback;
204 InputQueue mInputQueue;
551 mInputQueue = new InputQueue(mInputChannel);
554 InputQueue.registerInputChannel(mInputChannel, mInputHandler,
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 49 import android.view.InputQueue;
235 InputQueue.FinishedCallback finishedCallback) {
602 InputQueue.registerInputChannel(mInputChannel, mInputHandler,
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 78 import android.view.InputQueue;
353 public void handleMotion(MotionEvent event, InputQueue.FinishedCallback finishedCallback) {
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/14/
android.jar 
  /prebuilt/sdk/15/
android.jar 
  /prebuilt/sdk/9/
android.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/12/
android.jar 

Completed in 182 milliseconds