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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java397 /*package*/ static boolean native_preScale(int native_object, float sx, float sy, method in class:Matrix_Delegate
409 /*package*/ static boolean native_preScale(int native_object, float sx, float sy) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java370 return native_preScale(native_instance, sx, sy, px, py);
378 return native_preScale(native_instance, sx, sy);
821 private static native boolean native_preScale(int native_object, method in class:Matrix
823 private static native boolean native_preScale(int native_object, method in class:Matrix

Completed in 62 milliseconds