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

  /frameworks/base/core/java/android/view/
SurfaceControl.java 77 private static native void nativeSetDisplaySize(IBinder displayToken, int width, int height);
600 nativeSetDisplaySize(displayToken, width, height);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 370 static void nativeSetDisplaySize(JNIEnv* env, jclass clazz,
628 {"nativeSetDisplaySize", "(Landroid/os/IBinder;II)V",
629 (void*)nativeSetDisplaySize },

Completed in 141 milliseconds