Searched refs:nSetScaleX (Results 1 – 5 of 5) sorted by relevance
101 public static native void nSetScaleX(long groupPtr, float scaleX); in nSetScaleX() method in VectorDrawableNatives
158 public static native boolean nSetScaleX(long renderNode, float scaleX); in nSetScaleX() method in RenderNodeNatives
218 protected static void nSetScaleX(long groupPtr, float scaleX) { in nSetScaleX() method in ShadowNativeVectorDrawable219 VectorDrawableNatives.nSetScaleX(groupPtr, scaleX); in nSetScaleX()
300 protected static boolean nSetScaleX(long renderNode, float scaleX) { in nSetScaleX() method in ShadowNativeRenderNodeOP301 return RenderNodeNatives.nSetScaleX(renderNode, scaleX); in nSetScaleX()
333 protected static boolean nSetScaleX(long renderNode, float scaleX) { in nSetScaleX() method in ShadowNativeRenderNode334 return RenderNodeNatives.nSetScaleX(renderNode, scaleX); in nSetScaleX()