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

  /frameworks/base/graphics/java/android/graphics/
Matrix.java 412 native_preRotate(native_instance, degrees, px, py);
421 native_preRotate(native_instance, degrees);
874 private static native void native_preRotate(long native_object,
876 private static native void native_preRotate(long native_object,
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 411 /*package*/ static void native_preRotate(long native_object, float degrees,
420 /*package*/ static void native_preRotate(long native_object, float degrees) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 1445 milliseconds