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

/frameworks/base/core/jni/
H A Dandroid_app_NativeActivity.cpp437 void setSurface(jobject _surface) { argument
438 if (_surface != NULL) {
439 nativeWindow = android_view_Surface_getNativeWindow(env, _surface);

Completed in 228 milliseconds