Home
last modified time | relevance | path

Searched refs:nSetScale (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java328 nSetScale(native_instance, sx, sy, px, py); in setScale()
333 nSetScale(native_instance, sx, sy); in setScale()
890 private static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale() method in Matrix
892 private static native void nSetScale(long nObject, float sx, float sy); in nSetScale() method in Matrix
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java266 /*package*/ static void nSetScale(long native_object, float sx, float sy, in nSetScale() method in Matrix_Delegate
277 /*package*/ static void nSetScale(long native_object, float sx, float sy) { in nSetScale() method in Matrix_Delegate
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt20865 Landroid/graphics/Matrix;->nSetScale(JFF)V
20866 Landroid/graphics/Matrix;->nSetScale(JFFFF)V