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

  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 369 static jboolean nativeGetDisplayInfo(JNIEnv* env, jclass clazz,
452 {"nativeGetDisplayInfo", "(Landroid/os/IBinder;Landroid/view/SurfaceControl$PhysicalDisplayInfo;)Z",
453 (void*)nativeGetDisplayInfo },
  /frameworks/base/core/java/android/view/
SurfaceControl.java 70 private static native boolean nativeGetDisplayInfo(
469 return nativeGetDisplayInfo(displayToken, outInfo);

Completed in 52 milliseconds