/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 | 36 using android::InputQueue; 298 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_attachLooper() 304 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_detachLooper() 309 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_hasEvents() 314 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_getEvent() 322 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_preDispatchEvent() 328 InputQueue* iq = static_cast<InputQueue*>(queue); in AInputQueue_finishEvent()
|
/frameworks/base/core/java/android/view/ |
D | InputQueue.java | 35 public final class InputQueue { class 45 private static native long nativeInit(WeakReference<InputQueue> weakQueue, in nativeInit() 52 public InputQueue() { in InputQueue() method in InputQueue 53 mPtr = nativeInit(new WeakReference<InputQueue>(this), Looper.myQueue()); in InputQueue() 151 void onInputQueueCreated(InputQueue queue); in onInputQueueCreated() 157 void onInputQueueDestroyed(InputQueue queue); in onInputQueueDestroyed()
|
D | Window.java | 1031 public abstract void takeInputQueue(InputQueue.Callback callback); in takeInputQueue()
|
D | ViewRootImpl.java | 463 InputQueue.Callback mInputQueueCallback; 464 InputQueue mInputQueue; 1211 mInputQueue = new InputQueue(); in setView() 5916 implements InputQueue.FinishedInputEventCallback { 6105 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 | 19 import android.view.InputQueue; 30 InputQueue.Callback willYouTakeTheInputQueue(); in willYouTakeTheInputQueue()
|
/frameworks/base/core/java/android/app/ |
D | NativeActivity.java | 31 import android.view.InputQueue; 53 InputQueue.Callback, OnGlobalLayoutListener { 77 private InputQueue mCurInputQueue; 287 public void onInputQueueCreated(InputQueue queue) { in onInputQueueCreated() 294 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 | NotificationShadeWindowView.java | 37 import android.view.InputQueue; 390 public void takeInputQueue(InputQueue.Callback callback) {
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 87 import android.view.InputQueue; 200 InputQueue.Callback mTakeInputQueueCallback; 545 public void takeInputQueue(InputQueue.Callback callback) { in takeInputQueue()
|
D | DecorView.java | 81 import android.view.InputQueue; 1886 public InputQueue.Callback willYouTakeTheInputQueue() { in willYouTakeTheInputQueue()
|
/frameworks/base/boot/ |
D | preloaded-classes | 7474 android.view.InputQueue$Callback 7475 android.view.InputQueue$FinishedInputEventCallback 7476 android.view.InputQueue
|
D | boot-image-profile.txt | 21963 HSPLcom/android/internal/policy/DecorView;->willYouTakeTheInputQueue()Landroid/view/InputQueue$Call… 31148 Landroid/view/InputQueue$Callback; 31149 Landroid/view/InputQueue$FinishedInputEventCallback; 31150 Landroid/view/InputQueue;
|
/frameworks/base/config/ |
D | preloaded-classes | 7495 android.view.InputQueue$Callback 7496 android.view.InputQueue$FinishedInputEventCallback 7497 android.view.InputQueue
|
D | boot-image-profile.txt | 22010 HSPLcom/android/internal/policy/DecorView;->willYouTakeTheInputQueue()Landroid/view/InputQueue$Call… 40812 Landroid/view/InputQueue$Callback; 40813 Landroid/view/InputQueue$FinishedInputEventCallback; 40814 Landroid/view/InputQueue;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 7508 Landroid/app/NativeActivity;->mCurInputQueue:Landroid/view/InputQueue; 63970 Landroid/view/InputQueue$ActiveInputEvent;->mCallback:Landroid/view/InputQueue$FinishedInputEventCa… 63971 Landroid/view/InputQueue$ActiveInputEvent;->mToken:Ljava/lang/Object; 63972 Landroid/view/InputQueue$ActiveInputEvent;->recycle()V 63973 Landroid/view/InputQueue$FinishedInputEventCallback;->onFinishedInputEvent(Ljava/lang/Object;Z)V 63974 Landroid/view/InputQueue;-><init>()V 63975 Landroid/view/InputQueue;->dispose()V 63976 Landroid/view/InputQueue;->dispose(Z)V 63977 Landroid/view/InputQueue;->getNativePtr()J 63978 Landroid/view/InputQueue;->mActiveEventArray:Landroid/util/LongSparseArray; [all …]
|
/frameworks/base/core/api/ |
D | current.txt | 5608 …public class NativeActivity extends android.app.Activity implements android.view.InputQueue.Callba… 5611 method public void onInputQueueCreated(android.view.InputQueue); 5612 method public void onInputQueueDestroyed(android.view.InputQueue); 47264 public final class InputQueue { 47267 public static interface InputQueue.Callback { 47268 method public void onInputQueueCreated(android.view.InputQueue); 47269 method public void onInputQueueDestroyed(android.view.InputQueue); 50158 method public abstract void takeInputQueue(android.view.InputQueue.Callback);
|
/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);
|