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

  /frameworks/base/graphics/java/android/graphics/
AvoidXfermode.java 33 Mode(int nativeInt) {
34 this.nativeInt = nativeInt;
36 final int nativeInt;
PorterDuff.java 360 Mode(int nativeInt) {
361 this.nativeInt = nativeInt;
367 public final int nativeInt;
374 return mode.nativeInt;
Shader.java 72 TileMode(int nativeInt) {
73 this.nativeInt = nativeInt;
75 final int nativeInt;
Region.java 44 Op(int nativeInt) {
45 this.nativeInt = nativeInt;
51 public final int nativeInt;
260 op.nativeInt);
269 op.nativeInt);
286 op.nativeInt);
295 region2.mNativeRegion, op.nativeInt);
Matrix.java 552 ScaleToFit(int nativeInt) {
553 this.nativeInt = nativeInt;
556 final int nativeInt;
572 return nSetRectToRect(native_instance, src, dst, stf.nativeInt);
Path.java 230 nativeInt = ni;
233 final int nativeInt;
260 nSetFillType(mNativePath, ft.nativeInt);
270 return (ft & FillType.INVERSE_WINDING.nativeInt) != 0;
278 ft ^= FillType.INVERSE_WINDING.nativeInt;
514 nativeInt = ni;
516 final int nativeInt;
552 nAddRect(mNativePath, left, top, right, bottom, dir.nativeInt);
572 nAddOval(mNativePath, left, top, right, bottom, dir.nativeInt);
585 nAddCircle(mNativePath, x, y, radius, dir.nativeInt);
    [all...]
Bitmap.java 267 nativeReconfigure(mNativePtr, width, height, config.nativeInt, mRequestPremultiplied);
513 final int nativeInt;
520 this.nativeInt = ni;
642 Bitmap b = nativeCopy(mNativePtr, config.nativeInt, isMutable);
678 Bitmap b = nativeCopyAshmemConfig(mNativePtr, config.nativeInt);
    [all...]
Canvas.java 762 op.nativeInt);
782 op.nativeInt);
794 Region.Op.INTERSECT.nativeInt);
806 Region.Op.DIFFERENCE.nativeInt);
818 Region.Op.INTERSECT.nativeInt);
830 Region.Op.DIFFERENCE.nativeInt);
    [all...]
Paint.java 392 Style(int nativeInt) {
393 this.nativeInt = nativeInt;
395 final int nativeInt;
418 private Cap(int nativeInt) {
419 this.nativeInt = nativeInt;
421 final int nativeInt;
442 private Join(int nativeInt) {
443 this.nativeInt = nativeInt
    [all...]
  /frameworks/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java 382 return delegate.mConfig.nativeInt;
684 long nativeInt = sManager.addNewDelegate(delegate);
692 return new Bitmap(nativeInt, width, height, density, isMutable,
  /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/lib/
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 468 milliseconds