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

  /frameworks/base/core/java/android/view/
SurfaceControl.java 57 private static native void nativeSetWindowCrop(int nativeObject, int l, int t, int r, int b);
372 nativeSetWindowCrop(mNativeObject,
375 nativeSetWindowCrop(mNativeObject, 0, 0, 0, 0);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 307 static void nativeSetWindowCrop(JNIEnv* env, jclass clazz, jint nativeObject,
438 {"nativeSetWindowCrop", "(IIIII)V",
439 (void*)nativeSetWindowCrop },

Completed in 120 milliseconds