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
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.java230 nativeReconfigure(mNativeBitmap, width, height, config.nativeInt, mBuffer.length,
445 final int nativeInt; field in class:Bitmap.Config
453 this.nativeInt = ni;
557 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable);
812 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true);
886 config.nativeInt, false);
969 CompressFormat(int nativeInt) { argument
970 this.nativeInt = nativeInt;
972 final int nativeInt; field in class:Bitmap.CompressFormat
[all...]
H A DCanvas.java706 op.nativeInt);
719 op.nativeInt);
731 Region.Op.INTERSECT.nativeInt);
743 Region.Op.INTERSECT.nativeInt);
763 return native_clipRect(mNativeCanvasWrapper, left, top, right, bottom, op.nativeInt);
781 Region.Op.INTERSECT.nativeInt);
799 Region.Op.INTERSECT.nativeInt);
810 return native_clipPath(mNativeCanvasWrapper, path.ni(), op.nativeInt);
838 return native_clipRegion(mNativeCanvasWrapper, region.ni(), op.nativeInt);
883 EdgeType(int nativeInt) { argument
890 public final int nativeInt; field in class:Canvas.EdgeType
1577 VertexMode(int nativeInt) argument
1584 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.java635 nativeInt = ni;
637 final int nativeInt; field in class:ImageView.ScaleType
869 return sS2FArray[st.nativeInt - 1];

Completed in 92 milliseconds