Searched refs:nSetColor (Results 1 – 2 of 2) sorted by relevance
874 nSetColor(mNativePaint, color); in setColor()877 private native void nSetColor(long paintPtr, @ColorInt int color); in nSetColor() method in Paint
365 /*package*/ static void nSetColor(Paint thisPaint, long nativePaint, int color) { in nSetColor() method in Paint_Delegate