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

/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java645 /*package*/ static boolean native_mapRect(long native_object, RectF dst, RectF src) { method in class:Matrix_Delegate
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java732 return native_mapRect(native_instance, dst, src);
908 private static native boolean native_mapRect(long native_object, method in class:Matrix

Completed in 95 milliseconds