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

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

Completed in 324 milliseconds