Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A 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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt7508 Landroid/app/NativeActivity;->mCurInputQueue:Landroid/view/InputQueue;