Searched defs:native_postScale (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java497 /*package*/ static boolean native_postScale(int native_object, float sx, float sy, method in class:Matrix_Delegate
509 /*package*/ static boolean native_postScale(int native_object, float sx, float sy) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java434 return native_postScale(native_instance, sx, sy, px, py);
442 return native_postScale(native_instance, sx, sy);
837 private static native boolean native_postScale(int native_object, method in class:Matrix
839 private static native boolean native_postScale(int native_object, method in class:Matrix

Completed in 7 milliseconds