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

  /frameworks/base/graphics/java/android/graphics/
Matrix.java 407 nPreScale(native_instance, sx, sy, px, py);
415 nPreScale(native_instance, sx, sy);
908 private static native void nPreScale(long nObject, float sx, float sy, float px, float py);
910 private static native void nPreScale(long nObject, float sx, float sy);
  /frameworks/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 400 /*package*/ static void nPreScale(long native_object, float sx, float sy,
409 /*package*/ static void nPreScale(long native_object, float sx, float sy) {
    [all...]

Completed in 577 milliseconds