HomeSort by relevance Sort by last modified time
    Searched refs:nativeSetAutoRefreshEnabled (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
Surface.java 80 private static native int nativeSetAutoRefreshEnabled(long nativeObject, boolean enabled);
711 int error = nativeSetAutoRefreshEnabled(mNativeObject, enabled);
  /frameworks/base/core/jni/
android_view_Surface.cpp 547 static jint nativeSetAutoRefreshEnabled(JNIEnv* env, jclass clazz, jlong nativeObject,
636 {"nativeSetAutoRefreshEnabled", "(JZ)I", (void*)nativeSetAutoRefreshEnabled},

Completed in 84 milliseconds