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

  /frameworks/base/graphics/java/android/graphics/
Picture.java 35 private long mNativePicture;
53 this(nativeConstructor(src != null ? src.mNativePicture : 0));
60 mNativePicture = nativePicture;
66 nativeDestructor(mNativePicture);
67 mNativePicture = 0;
85 long ni = nativeBeginRecording(mNativePicture, width, height);
101 nativeEndRecording(mNativePicture);
110 return nativeGetWidth(mNativePicture);
118 return nativeGetHeight(mNativePicture);
156 nativeDraw(canvas.getNativeCanvasWrapper(), mNativePicture);
    [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 
  /prebuilts/misc/common/robolectric/android-all/
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 64 milliseconds