Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp324 static void nativeApplyTransaction(JNIEnv* env, jclass clazz, jlong transactionObj, jboolean sync) { in nativeApplyTransaction() argument
325 auto transaction = reinterpret_cast<SurfaceComposerClient::Transaction*>(transactionObj); in nativeApplyTransaction()
330 jlong transactionObj, jlong otherTransactionObj) { in nativeMergeTransaction() argument
331 auto transaction = reinterpret_cast<SurfaceComposerClient::Transaction*>(transactionObj); in nativeMergeTransaction()
337 static void nativeSetAnimationTransaction(JNIEnv* env, jclass clazz, jlong transactionObj) { in nativeSetAnimationTransaction() argument
338 auto transaction = reinterpret_cast<SurfaceComposerClient::Transaction*>(transactionObj); in nativeSetAnimationTransaction()
342 static void nativeSetEarlyWakeup(JNIEnv* env, jclass clazz, jlong transactionObj) { in nativeSetEarlyWakeup() argument
343 auto transaction = reinterpret_cast<SurfaceComposerClient::Transaction*>(transactionObj); in nativeSetEarlyWakeup()
347 static void nativeSetLayer(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetLayer() argument
349 auto transaction = reinterpret_cast<SurfaceComposerClient::Transaction*>(transactionObj); in nativeSetLayer()
[all …]
/frameworks/base/core/java/android/view/
DSurfaceControl.java97 private static native void nativeApplyTransaction(long transactionObj, boolean sync); in nativeApplyTransaction() argument
98 private static native void nativeMergeTransaction(long transactionObj, in nativeMergeTransaction() argument
100 private static native void nativeSetAnimationTransaction(long transactionObj); in nativeSetAnimationTransaction() argument
101 private static native void nativeSetEarlyWakeup(long transactionObj); in nativeSetEarlyWakeup() argument
103 private static native void nativeSetLayer(long transactionObj, long nativeObject, int zorder); in nativeSetLayer() argument
104 private static native void nativeSetRelativeLayer(long transactionObj, long nativeObject, in nativeSetRelativeLayer() argument
106 private static native void nativeSetPosition(long transactionObj, long nativeObject, in nativeSetPosition() argument
108 private static native void nativeSetGeometryAppliesWithResize(long transactionObj, in nativeSetGeometryAppliesWithResize() argument
110 private static native void nativeSetSize(long transactionObj, long nativeObject, int w, int h); in nativeSetSize() argument
111 private static native void nativeSetTransparentRegionHint(long transactionObj, in nativeSetTransparentRegionHint() argument
[all …]