Searched refs:nGetRotationY (Results 1 – 3 of 3) sorted by relevance
385 protected static float nGetRotationY(long renderNode) { in nGetRotationY() method in ShadowNativeRenderNodeOP386 return RenderNodeNatives.nGetRotationY(renderNode); in nGetRotationY()
418 protected static float nGetRotationY(long renderNode) { in nGetRotationY() method in ShadowNativeRenderNode419 return RenderNodeNatives.nGetRotationY(renderNode); in nGetRotationY()
192 public static native float nGetRotationY(long renderNode); in nGetRotationY() method in RenderNodeNatives