Searched refs:nPostScale (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java471 nPostScale(native_instance, sx, sy, px, py);
479 nPostScale(native_instance, sx, sy);
924 private static native void nPostScale(long nObject, float sx, float sy, float px, float py); method in class:Matrix
926 private static native void nPostScale(long nObject, float sx, float sy); method in class:Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java470 /*package*/ static void nPostScale(long native_object, float sx, float sy, method in class:Matrix_Delegate
479 /*package*/ static void nPostScale(long native_object, float sx, float sy) { method in class:Matrix_Delegate

Completed in 151 milliseconds