Home
last modified time | relevance | path

Searched refs:nSetScaleY (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRenderNode.java1161 return nSetScaleY(mNativeRenderNode, scaleY); in setScaleY()
1764 private static native boolean nSetScaleY(long renderNode, float scaleY); in nSetScaleY() method in RenderNode
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DRenderNode_Delegate.java316 /*package*/ static boolean nSetScaleY(long renderNode, float scaleY) { in nSetScaleY() method in RenderNode_Delegate
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DVectorDrawable.java1577 nSetScaleY(mNativePtr, scaleY); in setScaleY()
2367 private static native void nSetScaleY(long groupPtr, float scaleY); in nSetScaleY() method in VectorDrawable
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java381 static void nSetScaleY(long groupPtr, float scaleY) { in nSetScaleY() method in VectorDrawable_Delegate
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20573 Landroid/graphics/drawable/VectorDrawable;->nSetScaleY(JF)V
65074 Landroid/view/RenderNode;->nSetScaleY(JF)Z