Searched refs:native_preScale (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/graphics/java/android/graphics/ |
D | Matrix.java | 377 return native_preScale(native_instance, sx, sy, px, py); in preScale() 385 return native_preScale(native_instance, sx, sy); in preScale() 834 private static native boolean native_preScale(int native_object, in native_preScale() method in Matrix 836 private static native boolean native_preScale(int native_object, in native_preScale() method in Matrix
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
D | Matrix_Delegate.java | 397 /*package*/ static boolean native_preScale(int native_object, float sx, float sy, in native_preScale() method in Matrix_Delegate 409 /*package*/ static boolean native_preScale(int native_object, float sx, float sy) { in native_preScale() method in Matrix_Delegate
|