Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DMatrix.java329 nSetScale(native_instance, sx, sy, px, py); in setScale()
334 nSetScale(native_instance, sx, sy); in setScale()
889 private static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale() method in Matrix
891 private static native void nSetScale(long nObject, float sx, float sy); in nSetScale() method in Matrix
/frameworks/layoutlib/bridge/src/android/graphics/
DMatrix_Delegate.java267 /*package*/ static void nSetScale(long native_object, float sx, float sy, in nSetScale() method in Matrix_Delegate
278 /*package*/ static void nSetScale(long native_object, float sx, float sy) { in nSetScale() method in Matrix_Delegate
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt20874 Landroid/graphics/Matrix;->nSetScale(JFF)V
20875 Landroid/graphics/Matrix;->nSetScale(JFFFF)V