Searched refs:mCurInputQueue (Results 1 – 2 of 2) sorted by relevance
77 private InputQueue mCurInputQueue; field in NativeActivity194 if (mCurInputQueue != null) { in onDestroy()195 onInputQueueDestroyedNative(mNativeHandle, mCurInputQueue.getNativePtr()); in onDestroy()196 mCurInputQueue = null; in onDestroy()289 mCurInputQueue = queue; in onInputQueueCreated()297 mCurInputQueue = null; in onInputQueueDestroyed()
7511 Landroid/app/NativeActivity;->mCurInputQueue:Landroid/view/InputQueue;