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 58 private static native void nativeSetWindowCrop(int nativeObject, int l, int t, int r, int b);
365 nativeSetWindowCrop(mNativeObject,
368 nativeSetWindowCrop(mNativeObject, 0, 0, 0, 0);
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 286 static void nativeSetWindowCrop(JNIEnv* env, jclass clazz, jint nativeObject,
423 {"nativeSetWindowCrop", "(IIIII)V",
424 (void*)nativeSetWindowCrop },

Completed in 31 milliseconds