Searched defs:nativeInt (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DAvoidXfermode.java31 Mode(int nativeInt) { argument
32 this.nativeInt = nativeInt;
34 final int nativeInt; field in class:AvoidXfermode.Mode
56 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt);
H A DPorterDuff.java61 Mode(int nativeInt) { argument
62 this.nativeInt = nativeInt;
68 public final int nativeInt; field in class:PorterDuff.Mode
75 return mode.nativeInt;
H A DShader.java58 TileMode(int nativeInt) { argument
59 this.nativeInt = nativeInt;
61 final int nativeInt; field in class:Shader.TileMode
H A DRegion.java44 Op(int nativeInt) { argument
45 this.nativeInt = nativeInt;
51 public final int nativeInt; field in class:Region.Op
260 op.nativeInt);
269 op.nativeInt);
286 op.nativeInt);
295 region2.mNativeRegion, op.nativeInt);
H A DMatrix.java555 ScaleToFit(int nativeInt) { argument
556 this.nativeInt = nativeInt;
558 final int nativeInt; field in class:Matrix.ScaleToFit
575 return native_setRectToRect(native_instance, src, dst, stf.nativeInt);
H A DPath.java210 nativeInt = ni;
213 final int nativeInt; field in class:Path.FillType
240 native_setFillType(mNativePath, ft.nativeInt);
250 return (ft & FillType.INVERSE_WINDING.nativeInt) != 0;
258 ft ^= FillType.INVERSE_WINDING.nativeInt;
494 nativeInt = ni;
496 final int nativeInt; field in class:Path.Direction
532 native_addRect(mNativePath, left, top, right, bottom, dir.nativeInt);
552 native_addOval(mNativePath, left, top, right, bottom, dir.nativeInt);
565 native_addCircle(mNativePath, x, y, radius, dir.nativeInt);
[all...]
H A DBitmap.java231 nativeReconfigure(mFinalizer.mNativeBitmap, width, height, config.nativeInt,
449 final int nativeInt; field in class:Bitmap.Config
456 this.nativeInt = ni;
560 Bitmap b = nativeCopy(mFinalizer.mNativeBitmap, config.nativeInt, isMutable);
831 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true);
905 config.nativeInt, false);
988 CompressFormat(int nativeInt) { argument
989 this.nativeInt = nativeInt;
991 final int nativeInt; field in class:Bitmap.CompressFormat
[all...]
H A DCanvas.java693 op.nativeInt);
706 op.nativeInt);
718 Region.Op.INTERSECT.nativeInt);
730 Region.Op.INTERSECT.nativeInt);
750 return native_clipRect(mNativeCanvasWrapper, left, top, right, bottom, op.nativeInt);
768 Region.Op.INTERSECT.nativeInt);
786 Region.Op.INTERSECT.nativeInt);
797 return native_clipPath(mNativeCanvasWrapper, path.ni(), op.nativeInt);
825 return native_clipRegion(mNativeCanvasWrapper, region.ni(), op.nativeInt);
870 EdgeType(int nativeInt) { argument
877 public final int nativeInt; field in class:Canvas.EdgeType
1565 VertexMode(int nativeInt) argument
1572 public final int nativeInt; field in class:Canvas.VertexMode
[all...]
H A DPaint.java336 Style(int nativeInt) { argument
337 this.nativeInt = nativeInt;
339 final int nativeInt; field in class:Paint.Style
362 private Cap(int nativeInt) { argument
363 this.nativeInt = nativeInt;
365 final int nativeInt; field in class:Paint.Cap
386 private Join(int nativeInt) { argument
387 this.nativeInt
389 final int nativeInt; field in class:Paint.Join
410 Align(int nativeInt) argument
413 final int nativeInt; field in class:Paint.Align
[all...]
/frameworks/base/core/java/android/widget/
H A DImageView.java692 nativeInt = ni;
694 final int nativeInt; field in class:ImageView.ScaleType
937 return sS2FArray[st.nativeInt - 1];

Completed in 100 milliseconds