HomeSort by relevance Sort by last modified time
    Searched defs:nSetScale (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
Matrix.java 327 nSetScale(native_instance, sx, sy, px, py);
332 nSetScale(native_instance, sx, sy);
887 private static native void nSetScale(long nObject, float sx, float sy, float px, float py);
889 private static native void nSetScale(long nObject, float sx, float sy);
  /frameworks/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 267 /*package*/ static void nSetScale(long native_object, float sx, float sy,
278 /*package*/ static void nSetScale(long native_object, float sx, float sy) {
    [all...]

Completed in 51 milliseconds