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

/frameworks/base/graphics/java/android/graphics/
H A DAvoidXfermode.java30 Mode(int nativeInt) { argument
31 this.nativeInt = nativeInt;
33 final int nativeInt; field in class:AvoidXfermode.Mode
55 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt);
H A DShader.java55 TileMode(int nativeInt) { argument
56 this.nativeInt = nativeInt;
58 final int nativeInt; field in class:Shader.TileMode
H A DPorterDuff.java61 Mode(int nativeInt) { argument
62 this.nativeInt = nativeInt;
68 public final int nativeInt; field in class:PorterDuff.Mode
H A DRegion.java37 Op(int nativeInt) { argument
38 this.nativeInt = nativeInt;
44 public final int nativeInt; field in class:Region.Op
252 op.nativeInt);
261 op.nativeInt);
278 op.nativeInt);
287 region2.mNativeRegion, op.nativeInt);
H A DBitmap.java307 final int nativeInt; field in class:Bitmap.Config
315 this.nativeInt = ni;
403 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable);
605 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true);
653 config.nativeInt, false);
691 CompressFormat(int nativeInt) { argument
692 this.nativeInt = nativeInt;
694 final int nativeInt; field in class:Bitmap.CompressFormat
729 return nativeCompress(mNativeBitmap, format.nativeInt, qualit
[all...]
H A DMatrix.java516 ScaleToFit(int nativeInt) { argument
517 this.nativeInt = nativeInt;
519 final int nativeInt; field in class:Matrix.ScaleToFit
536 return native_setRectToRect(native_instance, src, dst, stf.nativeInt);
H A DPath.java112 nativeInt = ni;
114 final int nativeInt; field in class:Path.FillType
141 native_setFillType(mNativePath, ft.nativeInt);
379 nativeInt = ni;
381 final int nativeInt; field in class:Path.Direction
409 native_addRect(mNativePath, rect, dir.nativeInt);
423 native_addRect(mNativePath, left, top, right, bottom, dir.nativeInt);
437 native_addOval(mNativePath, oval, dir.nativeInt);
450 native_addCircle(mNativePath, x, y, radius, dir.nativeInt);
481 native_addRoundRect(mNativePath, rect, rx, ry, dir.nativeInt);
[all...]
H A DCanvas.java536 op.nativeInt);
550 op.nativeInt);
589 op.nativeInt);
632 return native_clipPath(mNativeCanvas, path.ni(), op.nativeInt);
657 return native_clipRegion(mNativeCanvas, region.ni(), op.nativeInt);
691 EdgeType(int nativeInt) { argument
692 this.nativeInt = nativeInt;
698 public final int nativeInt; field in class:Canvas.EdgeType
713 return native_quickReject(mNativeCanvas, rect, type.nativeInt);
1278 VertexMode(int nativeInt) argument
1285 public final int nativeInt; field in class:Canvas.VertexMode
[all...]
H A DPaint.java250 Style(int nativeInt) { argument
251 this.nativeInt = nativeInt;
253 final int nativeInt; field in class:Paint.Style
276 private Cap(int nativeInt) { argument
277 this.nativeInt = nativeInt;
279 final int nativeInt; field in class:Paint.Cap
300 private Join(int nativeInt) { argument
301 this.nativeInt
303 final int nativeInt; field in class:Paint.Join
324 Align(int nativeInt) argument
327 final int nativeInt; field in class:Paint.Align
[all...]
/frameworks/base/core/java/android/widget/
H A DImageView.java464 nativeInt = ni;
466 final int nativeInt; field in class:ImageView.ScaleType
642 return sS2FArray[st.nativeInt - 1];

Completed in 4771 milliseconds