/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 | 34 public final class InputQueue { 44 private static native int nativeInit(WeakReference<InputQueue> weakQueue, 51 public InputQueue() { 52 mPtr = nativeInit(new WeakReference<InputQueue>(this), Looper.myQueue()); 141 * Interface to receive notification of when an InputQueue is associated 146 * Called when the given InputQueue is now associated with the 149 void onInputQueueCreated(InputQueue queue); 152 * Called when the given InputQueue is no longer associated with 155 void onInputQueueDestroyed(InputQueue queue);
|
Window.java | 572 * Take ownership of this window's InputQueue. The window will no 576 public abstract void takeInputQueue(InputQueue.Callback callback); [all...] |
ViewRootImpl.java | 188 InputQueue.Callback mInputQueueCallback; 189 InputQueue mInputQueue; 574 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; 292 public void onInputQueueCreated(InputQueue queue) { 299 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/base/services/java/com/android/server/wm/ |
FakeWindowImpl.java | 28 import android.view.InputQueue;
|
/cts/tests/tests/app/src/android/app/cts/ |
InstrumentationTest.java | 41 import android.view.InputQueue; 668 public void takeInputQueue(InputQueue.Callback queue) {
|
/cts/tests/tests/view/src/android/view/cts/ |
WindowTest.java | 45 import android.view.InputQueue; [all...] |
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
PhoneWindow.java | 74 import android.view.InputQueue; 137 InputQueue.Callback mTakeInputQueueCallback; 338 public void takeInputQueue(InputQueue.Callback callback) { [all...] |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |
/prebuilts/sdk/current/ |
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 | |