Home | History | Annotate | Download | only in app

Lines Matching refs:mNativeHandle

71     private int mNativeHandle;
133 na.finishPreDispatchKeyEventNative(na.mNativeHandle, seq, handled);
193 mNativeHandle = loadNativeCode(path, funcname, Looper.myQueue(),
198 if (mNativeHandle == 0) {
208 onSurfaceDestroyedNative(mNativeHandle);
212 onInputChannelDestroyedNative(mNativeHandle, mCurInputQueue.getInputChannel());
215 unloadNativeCode(mNativeHandle);
222 onPauseNative(mNativeHandle);
228 onResumeNative(mNativeHandle);
234 byte[] state = onSaveInstanceStateNative(mNativeHandle);
243 onStartNative(mNativeHandle);
249 onStopNative(mNativeHandle);
256 onConfigurationChangedNative(mNativeHandle);
264 onLowMemoryNative(mNativeHandle);
272 onWindowFocusChangedNative(mNativeHandle, hasFocus);
283 dispatchKeyEventNative(mNativeHandle, event);
291 onSurfaceCreatedNative(mNativeHandle, holder.getSurface());
298 onSurfaceChangedNative(mNativeHandle, holder.getSurface(), format, width, height);
305 onSurfaceRedrawNeededNative(mNativeHandle, holder.getSurface());
312 onSurfaceDestroyedNative(mNativeHandle);
319 onInputChannelCreatedNative(mNativeHandle, queue.getInputChannel());
326 onInputChannelDestroyedNative(mNativeHandle, queue.getInputChannel());
341 onContentRectChangedNative(mNativeHandle, mLastContentX,