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