/frameworks/base/core/jni/ |
D | android_view_InputQueue.cpp | 48 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper, in InputQueue() function in android::InputQueue 56 InputQueue::~InputQueue() { in ~InputQueue() 64 void InputQueue::attachLooper(Looper* looper, int ident, in attachLooper() 76 void InputQueue::detachLooper() { in detachLooper() 81 void InputQueue::detachLooperLocked() { in detachLooperLocked() 88 bool InputQueue::hasEvents() { in hasEvents() 93 status_t InputQueue::getEvent(InputEvent** outEvent) { in getEvent() 115 bool InputQueue::preDispatchEvent(InputEvent* e) { in preDispatchEvent() 126 void InputQueue::finishEvent(InputEvent* event, bool handled) { in finishEvent() 134 void InputQueue::handleMessage(const Message& message) { in handleMessage() [all …]
|
/frameworks/base/native/android/ |
D | input.cpp | 34 using android::InputQueue; 275 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_attachLooper() 281 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_detachLooper() 286 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_hasEvents() 291 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_getEvent() 299 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_preDispatchEvent() 305 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_finishEvent()
|
/frameworks/base/core/java/android/view/ |
D | InputQueue.java | 33 public final class InputQueue { class 43 private static native long nativeInit(WeakReference<InputQueue> weakQueue, in nativeInit() 50 public InputQueue() { in InputQueue() method in InputQueue 51 mPtr = nativeInit(new WeakReference<InputQueue>(this), Looper.myQueue()); in InputQueue() 148 void onInputQueueCreated(InputQueue queue); in onInputQueueCreated() 154 void onInputQueueDestroyed(InputQueue queue); in onInputQueueDestroyed()
|
D | Window.java | 951 public abstract void takeInputQueue(InputQueue.Callback callback); in takeInputQueue()
|
D | ViewRootImpl.java | 314 InputQueue.Callback mInputQueueCallback; 315 InputQueue mInputQueue; 810 mInputQueue = new InputQueue(); in setView() 4398 implements InputQueue.FinishedInputEventCallback { 4569 implements InputQueue.FinishedInputEventCallback {
|
/frameworks/base/core/jni/include/android_runtime/ |
D | 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/com/android/internal/view/ |
D | RootViewSurfaceTaker.java | 18 import android.view.InputQueue; 27 InputQueue.Callback willYouTakeTheInputQueue(); in willYouTakeTheInputQueue()
|
/frameworks/base/core/java/android/app/ |
D | NativeActivity.java | 30 import android.view.InputQueue; 52 InputQueue.Callback, OnGlobalLayoutListener { 75 private InputQueue mCurInputQueue; 284 public void onInputQueueCreated(InputQueue queue) { in onInputQueueCreated() 291 public void onInputQueueDestroyed(InputQueue queue) { in onInputQueueDestroyed()
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/util/ |
D | MockWindow.java | 25 import android.view.InputQueue; 46 public void takeInputQueue(InputQueue.Callback callback) { in takeInputQueue()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarWindowView.java | 41 import android.view.InputQueue; 522 public void takeInputQueue(InputQueue.Callback callback) {
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 35 import android.view.InputQueue; 159 InputQueue.Callback mTakeInputQueueCallback; 503 public void takeInputQueue(InputQueue.Callback callback) { in takeInputQueue()
|
D | DecorView.java | 65 import android.view.InputQueue; 1666 public InputQueue.Callback willYouTakeTheInputQueue() {
|
/frameworks/base/config/ |
D | preloaded-classes | 2323 android.view.InputQueue 2324 android.view.InputQueue$Callback 2325 android.view.InputQueue$FinishedInputEventCallback
|
D | compiled-classes-phone | 4456 android.view.InputQueue 4457 android.view.InputQueue$Callback 4458 android.view.InputQueue$FinishedInputEventCallback
|
D | boot-image-profile.txt | 32402 HSPLandroid/view/InputQueue$Callback;->onInputQueueCreated(Landroid/view/InputQueue;)V 32403 HSPLandroid/view/InputQueue$Callback;->onInputQueueDestroyed(Landroid/view/InputQueue;)V 34320 HSPLandroid/view/Window;->takeInputQueue(Landroid/view/InputQueue$Callback;)V 37484 HSPLcom/android/internal/policy/DecorView;->willYouTakeTheInputQueue()Landroid/view/InputQueue$Call… 39888 …d/internal/view/RootViewSurfaceTaker;->willYouTakeTheInputQueue()Landroid/view/InputQueue$Callback; 52417 Landroid/view/InputQueue$Callback; 52418 Landroid/view/InputQueue$FinishedInputEventCallback; 52419 Landroid/view/InputQueue;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 4537 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba… 4540 method public void onInputQueueCreated(android.view.InputQueue); 4541 method public void onInputQueueDestroyed(android.view.InputQueue); 32319 public final class InputQueue { 32322 public static abstract interface InputQueue.Callback { 32323 method public abstract void onInputQueueCreated(android.view.InputQueue); 32324 method public abstract void onInputQueueDestroyed(android.view.InputQueue); 34547 method public abstract void takeInputQueue(android.view.InputQueue.Callback);
|
/frameworks/base/api/ |
D | current.txt | 5108 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba… 5111 method public void onInputQueueCreated(android.view.InputQueue); 5112 method public void onInputQueueDestroyed(android.view.InputQueue); 44274 public final class InputQueue { 44277 public static abstract interface InputQueue.Callback { 44278 method public abstract void onInputQueueCreated(android.view.InputQueue); 44279 method public abstract void onInputQueueDestroyed(android.view.InputQueue); 46856 method public abstract void takeInputQueue(android.view.InputQueue.Callback);
|
D | test-current.txt | 5121 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba… 5124 method public void onInputQueueCreated(android.view.InputQueue); 5125 method public void onInputQueueDestroyed(android.view.InputQueue); 44719 public final class InputQueue { 44722 public static abstract interface InputQueue.Callback { 44723 method public abstract void onInputQueueCreated(android.view.InputQueue); 44724 method public abstract void onInputQueueDestroyed(android.view.InputQueue); 47316 method public abstract void takeInputQueue(android.view.InputQueue.Callback);
|
D | system-current.txt | 5291 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba… 5294 method public void onInputQueueCreated(android.view.InputQueue); 5295 method public void onInputQueueDestroyed(android.view.InputQueue); 47861 public final class InputQueue { 47864 public static abstract interface InputQueue.Callback { 47865 method public abstract void onInputQueueCreated(android.view.InputQueue); 47866 method public abstract void onInputQueueDestroyed(android.view.InputQueue); 50444 method public abstract void takeInputQueue(android.view.InputQueue.Callback);
|