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.java55 TileMode(int nativeInt) { argument
56 this.nativeInt = nativeInt;
58 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.java523 ScaleToFit(int nativeInt) { argument
524 this.nativeInt = nativeInt;
526 final int nativeInt; field in class:Matrix.ScaleToFit
543 return native_setRectToRect(native_instance, src, dst, stf.nativeInt);
H A DPath.java204 nativeInt = ni;
207 final int nativeInt; field in class:Path.FillType
234 native_setFillType(mNativePath, ft.nativeInt);
472 nativeInt = ni;
474 final int nativeInt; field in class:Path.Direction
502 native_addRect(mNativePath, rect, dir.nativeInt);
516 native_addRect(mNativePath, left, top, right, bottom, dir.nativeInt);
530 native_addOval(mNativePath, oval, dir.nativeInt);
543 native_addCircle(mNativePath, x, y, radius, dir.nativeInt);
574 native_addRoundRect(mNativePath, rect, rx, ry, dir.nativeInt);
[all...]
H A DBitmap.java219 nativeReconfigure(mNativeBitmap, width, height, config.nativeInt, mBuffer.length);
443 final int nativeInt; field in class:Bitmap.Config
451 this.nativeInt = ni;
555 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable);
809 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true);
883 config.nativeInt, false);
955 CompressFormat(int nativeInt) { argument
956 this.nativeInt = nativeInt;
958 final int nativeInt; field in class:Bitmap.CompressFormat
[all...]
H A DCanvas.java577 op.nativeInt);
590 op.nativeInt);
627 return native_clipRect(mNativeCanvas, left, top, right, bottom, op.nativeInt);
668 return native_clipPath(mNativeCanvas, path.ni(), op.nativeInt);
693 return native_clipRegion(mNativeCanvas, region.ni(), op.nativeInt);
735 EdgeType(int nativeInt) { argument
736 this.nativeInt = nativeInt;
742 public final int nativeInt; field in class:Canvas.EdgeType
874 native_drawColor(mNativeCanvas, color, mode.nativeInt);
1333 VertexMode(int nativeInt) argument
1340 public final int nativeInt; field in class:Canvas.VertexMode
[all...]
H A DPaint.java352 Style(int nativeInt) { argument
353 this.nativeInt = nativeInt;
355 final int nativeInt; field in class:Paint.Style
378 private Cap(int nativeInt) { argument
379 this.nativeInt = nativeInt;
381 final int nativeInt; field in class:Paint.Cap
402 private Join(int nativeInt) { argument
403 this.nativeInt
405 final int nativeInt; field in class:Paint.Join
426 Align(int nativeInt) argument
429 final int nativeInt; field in class:Paint.Align
[all...]
/frameworks/base/core/java/android/widget/
H A DImageView.java526 nativeInt = ni;
528 final int nativeInt; field in class:ImageView.ScaleType
756 return sS2FArray[st.nativeInt - 1];

Completed in 222 milliseconds