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 3 import android.view.InputQueue;
12 InputQueue.Callback willYouTakeTheInputQueue();
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 17 #define LOG_TAG "InputQueue"
46 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper,
54 InputQueue::~InputQueue() {
62 void InputQueue::attachLooper(Looper* looper, int ident,
74 void InputQueue::detachLooper() {
79 void InputQueue::detachLooperLocked() {
86 bool InputQueue::hasEvents() {
91 status_t InputQueue::getEvent(InputEvent** outEvent)
    [all...]
  /external/chromium_org/net/websockets/
websocket_inflater.h 91 class InputQueue {
95 explicit InputQueue(size_t capacity);
96 ~InputQueue();
122 InputQueue input_queue_;
websocket_inflater.cc 222 WebSocketInflater::InputQueue::InputQueue(size_t capacity)
225 WebSocketInflater::InputQueue::~InputQueue() {}
227 std::pair<char*, size_t> WebSocketInflater::InputQueue::Top() {
237 void WebSocketInflater::InputQueue::Push(const char* data, size_t size) {
255 void WebSocketInflater::InputQueue::Consume(size_t size) {
271 size_t WebSocketInflater::InputQueue::PushToLastBuffer(const char* data,
  /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 638 * Take ownership of this window's InputQueue. The window will no
642 public abstract void takeInputQueue(InputQueue.Callback callback);
    [all...]
ViewRootImpl.java 194 InputQueue.Callback mInputQueueCallback;
195 InputQueue mInputQueue;
604 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) {
  /cts/tests/tests/app/src/android/app/cts/
InstrumentationTest.java 41 import android.view.InputQueue;
675 public void takeInputQueue(InputQueue.Callback queue) {
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 46 import android.view.InputQueue;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 82 import android.view.InputQueue;
160 InputQueue.Callback mTakeInputQueueCallback;
449 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/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/15/
android.jar 

Completed in 2696 milliseconds

1 2