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

/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java407 nPreScale(native_instance, sx, sy, px, py);
415 nPreScale(native_instance, sx, sy);
908 private static native void nPreScale(long nObject, float sx, float sy, float px, float py); method in class:Matrix
910 private static native void nPreScale(long nObject, float sx, float sy); method in class:Matrix
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java397 /*package*/ static void nPreScale(long native_object, float sx, float sy, method in class:Matrix_Delegate
406 /*package*/ static void nPreScale(long native_object, float sx, float sy) { method in class:Matrix_Delegate

Completed in 45 milliseconds