Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java307 private static native void nativeSetDestinationFrame(long transactionObj, long nativeObject, in nativeSetDestinationFrame() method in SurfaceControl
4945 nativeSetDestinationFrame(mNativeObject, sc.mNativeObject, in setDestinationFrame()
4956 nativeSetDestinationFrame(mNativeObject, sc.mNativeObject, 0, 0, width, height); in setDestinationFrame()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp1239 static void nativeSetDestinationFrame(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetDestinationFrame() function
2748 (void*)nativeSetDestinationFrame }, in nativeSetDestinationFrame()