Searched defs:nSetScale (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 887 private static native void nSetScale(long nObject, float sx, float sy, float px, float py); in nSetScale() method in Matrix 889 private static native void nSetScale(long nObject, float sx, float sy); in nSetScale() method in Matrix
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 264 /*package*/ static void nSetScale(long native_object, float sx, float sy, in nSetScale() method in Matrix_Delegate 275 /*package*/ static void nSetScale(long native_object, float sx, float sy) { in nSetScale() method in Matrix_Delegate
|