Searched refs:nSetLinearText (Results 1 – 2 of 2) sorted by relevance
819 nSetLinearText(mNativePaint, linearText); in setLinearText()3172 private static native void nSetLinearText(long paintPtr, boolean linearText); in nSetLinearText() method in Paint
375 /*package*/ static void nSetLinearText(long nativePaint, boolean linearText) { in nSetLinearText() method in Paint_Delegate