Searched refs:mBatchedInputEventPending (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp75 bool mBatchedInputEventPending; member in class:android::NativeInputEventReceiver
94 mBatchedInputEventPending(false), mFdEvents(0) {
225 mBatchedInputEventPending = false;
240 if (!skipCallbacks && !mBatchedInputEventPending
252 mBatchedInputEventPending = true;
261 mBatchedInputEventPending = false; // try again later

Completed in 1240 milliseconds