Home
last modified time | relevance | path

Searched refs:mCurInputQueue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DNativeActivity.java77 private InputQueue mCurInputQueue; field in NativeActivity
194 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt7511 Landroid/app/NativeActivity;->mCurInputQueue:Landroid/view/InputQueue;