Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java129 … private static native void nativeSetColor(long transactionObj, long nativeObject, float[] color); in nativeSetColor() method in SurfaceControl
2805 nativeSetColor(mNativeObject, sc.mNativeObject, color); in setColor()
2815 nativeSetColor(mNativeObject, sc.mNativeObject, INVALID_COLOR); in unsetColor()
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp546 static void nativeSetColor(JNIEnv* env, jclass clazz, jlong transactionObj, in nativeSetColor() function
1531 (void*)nativeSetColor },