Home
last modified time | relevance | path

Searched refs:nativeSetWindowCrop (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DSurfaceControl.java70 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/
Dandroid_view_SurfaceControl.cpp375 static void nativeSetWindowCrop(JNIEnv* env, jclass clazz, jlong nativeObject, in nativeSetWindowCrop() function
802 (void*)nativeSetWindowCrop },