Searched defs:nativeObj (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/jni/ |
D | android_window_InputTransferToken.cpp | 54 static void nativeWriteToParcel(JNIEnv* env, jclass clazz, jlong nativeObj, jobject parcelObj) { in nativeWriteToParcel() 68 static jobject nativeGetBinderToken(JNIEnv* env, jclass clazz, jlong nativeObj) { in nativeGetBinderToken() 73 static jlong nativeGetBinderTokenRef(JNIEnv*, jclass, jlong nativeObj) { in nativeGetBinderTokenRef()
|
D | android_view_SurfaceControl.cpp | 907 jlong nativeObj, jboolean leftEdge, jboolean rightEdge, in nativeSetEdgeExtensionEffect()
|
/frameworks/base/core/java/android/view/ |
D | SurfaceControl.java | 171 private static native void nativeSetBlurRegions(long transactionObj, long nativeObj, in nativeSetBlurRegions() 173 private static native void nativeSetStretchEffect(long transactionObj, long nativeObj, in nativeSetStretchEffect() 177 private static native void nativeSetEdgeExtensionEffect(long transactionObj, long nativeObj, in nativeSetEdgeExtensionEffect() 2773 long nativeObj = nativeMirrorSurface(mirrorOf.mNativeObject); in mirrorSurface() local
|