Searched refs:nativeSetWindowCrop (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 70 private static native void nativeSetWindowCrop(long nativeObject, int l, int t, int r, int b); in nativeSetWindowCrop() method in SurfaceControl 546 nativeSetWindowCrop(mNativeObject, in setWindowCrop() 549 nativeSetWindowCrop(mNativeObject, 0, 0, 0, 0); in setWindowCrop()
|
/frameworks/base/core/jni/ |
D | android_view_SurfaceControl.cpp | 375 static void nativeSetWindowCrop(JNIEnv* env, jclass clazz, jlong nativeObject, in nativeSetWindowCrop() function 802 (void*)nativeSetWindowCrop },
|