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

/frameworks/base/graphics/java/android/graphics/
H A DAvoidXfermode.java33 Mode(int nativeInt) { argument
34 this.nativeInt = nativeInt;
36 final int nativeInt; field in class:AvoidXfermode.Mode
H A DPorterDuff.java360 Mode(int nativeInt) { argument
361 this.nativeInt = nativeInt;
367 public final int nativeInt; field in class:PorterDuff.Mode
374 return mode.nativeInt;
H A DShader.java72 TileMode(int nativeInt) { argument
73 this.nativeInt = nativeInt;
75 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.java552 ScaleToFit(int nativeInt) { argument
553 this.nativeInt = nativeInt;
556 final int nativeInt; field in class:Matrix.ScaleToFit
572 return nSetRectToRect(native_instance, src, dst, stf.nativeInt);
H A DPath.java230 nativeInt = ni;
233 final int nativeInt; field in class:Path.FillType
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; field in class:Path.Direction
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...]
H A DBitmap.java255 nativeReconfigure(mNativePtr, width, height, config.nativeInt, mRequestPremultiplied);
501 final int nativeInt; field in class:Bitmap.Config
508 this.nativeInt = ni;
630 Bitmap b = nativeCopy(mNativePtr, config.nativeInt, isMutable);
666 Bitmap b = nativeCopyAshmemConfig(mNativePtr, config.nativeInt);
1014 bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true, null, null);
1027 bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true,
1108 config.nativeInt, false, null, null);
1195 CompressFormat(int nativeInt) { argument
1196 this.nativeInt
1198 final int nativeInt; field in class:Bitmap.CompressFormat
[all...]
H A DCanvas.java762 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);
858 return nClipRect(mNativeCanvasWrapper, left, top, right, bottom, op.nativeInt);
876 Region.Op.INTERSECT.nativeInt);
891 Region.Op.DIFFERENCE.nativeInt);
909 Region.Op.INTERSECT.nativeInt);
1039 EdgeType(int nativeInt) argument
1046 public final int nativeInt; field in class:Canvas.EdgeType
1186 VertexMode(int nativeInt) argument
1193 public final int nativeInt; field in class:Canvas.VertexMode
[all...]
H A DPaint.java387 Style(int nativeInt) { argument
388 this.nativeInt = nativeInt;
390 final int nativeInt; field in class:Paint.Style
413 private Cap(int nativeInt) { argument
414 this.nativeInt = nativeInt;
416 final int nativeInt; field in class:Paint.Cap
437 private Join(int nativeInt) { argument
438 this.nativeInt
440 final int nativeInt; field in class:Paint.Join
461 Align(int nativeInt) argument
464 final int nativeInt; field in class:Paint.Align
[all...]
/frameworks/base/core/java/android/widget/
H A DImageView.java798 nativeInt = ni;
800 final int nativeInt; field in class:ImageView.ScaleType
1058 return sS2FArray[st.nativeInt - 1];

Completed in 3480 milliseconds