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

  /frameworks/base/graphics/java/android/graphics/
Matrix.java 341 nSetRotate(native_instance, degrees, px, py);
348 nSetRotate(native_instance, degrees);
891 private static native void nSetRotate(long nObject, float degrees, float px, float py);
893 private static native void nSetRotate(long nObject, float degrees);
  /frameworks/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 296 /*package*/ static void nSetRotate(long native_object, float degrees, float px, float py) {
306 /*package*/ static void nSetRotate(long native_object, float degrees) {
    [all...]

Completed in 51 milliseconds