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 71 private static native void nativeSetWindowCrop(long nativeObject, int l, int t, int r, int b);
556 nativeSetWindowCrop(mNativeObject,
559 nativeSetWindowCrop(mNativeObject, 0, 0, 0, 0);
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 385 static void nativeSetWindowCrop(JNIEnv* env, jclass clazz, jlong nativeObject,
812 {"nativeSetWindowCrop", "(JIIII)V",
813 (void*)nativeSetWindowCrop },
    [all...]

Completed in 42 milliseconds