Searched refs:nSetScale (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 328 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 D | Matrix_Delegate.java | 266 /*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 D | hiddenapi-max-target-o.txt | 20865 Landroid/graphics/Matrix;->nSetScale(JFF)V 20866 Landroid/graphics/Matrix;->nSetScale(JFFFF)V
|