Home
last modified time | relevance | path

Searched defs:nativeSetBorderSettings (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1149 static void nativeSetBorderSettings(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetBorderSettings() function
2594 {"nativeSetBorderSettings", "(JJLandroid/os/Parcel;)V", in nativeSetBorderSettings() method
/frameworks/base/core/java/android/view/
DSurfaceControl.java266 private static native void nativeSetBorderSettings(long transactionObj, long nativeObject, in nativeSetBorderSettings() method in SurfaceControl