HomeSort by relevance Sort by last modified time
    Searched refs:InputQueue (Results 1 - 25 of 46) 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/core/jni/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     [all...]
ViewRootImpl.java 326 InputQueue.Callback mInputQueueCallback;
327 InputQueue mInputQueue;
    [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;
52 InputQueue.Callback, OnGlobalLayoutListener {
75 private InputQueue mCurInputQueue;
284 public void onInputQueueCreated(InputQueue queue) {
291 public void onInputQueueDestroyed(InputQueue queue) {
  /external/robolectric/v1/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/instrumentation/src/com/android/setupwizardlib/test/util/
MockWindow.java 25 import android.view.InputQueue;
46 public void takeInputQueue(InputQueue.Callback callback) {
  /cts/tests/app/src/android/app/cts/
InstrumentationTest.java 40 import android.view.InputQueue;
713 public void takeInputQueue(InputQueue.Callback queue) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 41 import android.view.InputQueue;
541 public void takeInputQueue(InputQueue.Callback callback) {
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 61 import android.view.InputQueue;
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
DecorView.java 64 import android.view.InputQueue;
    [all...]
PhoneWindow.java 36 import android.view.InputQueue;
159 InputQueue.Callback mTakeInputQueueCallback;
504 public void takeInputQueue(InputQueue.Callback callback) {
    [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.1.1.4/
android-4.1.1.4.jar 
  /prebuilts/sdk/26/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 2605 milliseconds

1 2