HomeSort by relevance Sort by last modified time
    Searched refs:InputQueue (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/base/core/java/com/android/internal/view/
RootViewSurfaceTaker.java 18 import android.view.InputQueue;
27 InputQueue.Callback willYouTakeTheInputQueue();
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 17 #define LOG_TAG "InputQueue"
48 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper,
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::getEvent(InputEvent** outEvent)
    [all...]
  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 35 class InputQueue : public AInputQueue, public MessageHandler {
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/
InputQueue.java 33 public final class InputQueue {
43 private static native long nativeInit(WeakReference<InputQueue> weakQueue,
50 public 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);
Window.java 675 * Take ownership of this window's InputQueue. The window will no
679 public abstract void takeInputQueue(InputQueue.Callback callback);
    [all...]
ViewRootImpl.java 199 InputQueue.Callback mInputQueueCallback;
200 InputQueue mInputQueue;
613 mInputQueue = new InputQueue();
    [all...]
  /frameworks/base/native/android/
input.cpp 34 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* iq = static_cast<InputQueue*>(queue)
    [all...]
  /frameworks/base/core/java/android/app/
NativeActivity.java 30 import android.view.InputQueue;
58 InputQueue.Callback, OnGlobalLayoutListener {
81 private InputQueue mCurInputQueue;
291 public void onInputQueueCreated(InputQueue queue) {
298 public void onInputQueueDestroyed(InputQueue queue) {
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindow.java 8 import android.view.InputQueue;
57 @Override public void takeInputQueue(InputQueue.Callback callback) {
  /frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
SystemBarHelperTest.java 30 import android.view.InputQueue;
185 public void takeInputQueue(InputQueue.Callback callback) {
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 41 import android.view.InputQueue;
676 public void takeInputQueue(InputQueue.Callback queue) {
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 46 import android.view.InputQueue;
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 40 import android.view.InputQueue;
173 InputQueue.Callback mTakeInputQueueCallback;
468 public void takeInputQueue(InputQueue.Callback callback) {
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 934 milliseconds

1 2