Searched defs:nativeInt (Results 1 - 16 of 16) 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.java46 TileMode(int nativeInt) { argument
47 this.nativeInt = nativeInt;
49 final int nativeInt; field in class:Shader.TileMode
H A DPorterDuff.java58 Mode(int nativeInt) { argument
59 this.nativeInt = nativeInt;
61 final int nativeInt; field in class:PorterDuff.Mode
H A DRegion.java33 Op(int nativeInt) { argument
34 this.nativeInt = nativeInt;
36 final int nativeInt; field in class:Region.Op
244 op.nativeInt);
253 op.nativeInt);
270 op.nativeInt);
279 region2.mNativeRegion, op.nativeInt);
H A DBitmap.java222 this.nativeInt = ni;
224 final int nativeInt; field in class:Bitmap.Config
315 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable);
468 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true);
505 config.nativeInt, false);
542 CompressFormat(int nativeInt) { argument
543 this.nativeInt = nativeInt;
545 final int nativeInt; field in class:Bitmap.CompressFormat
580 return nativeCompress(mNativeBitmap, format.nativeInt, qualit
[all...]
H A DMatrix.java331 ScaleToFit(int nativeInt) { argument
332 this.nativeInt = nativeInt;
334 final int nativeInt; field in class:Matrix.ScaleToFit
351 return native_setRectToRect(native_instance, src, dst, stf.nativeInt);
H A DPath.java82 nativeInt = ni;
84 final int nativeInt; field in class:Path.FillType
111 native_setFillType(mNativePath, ft.nativeInt);
339 nativeInt = ni;
341 final int nativeInt; field in class:Path.Direction
354 native_addRect(mNativePath, rect, dir.nativeInt);
368 native_addRect(mNativePath, left, top, right, bottom, dir.nativeInt);
381 native_addOval(mNativePath, oval, dir.nativeInt);
393 native_addCircle(mNativePath, x, y, radius, dir.nativeInt);
422 native_addRoundRect(mNativePath, rect, rx, ry, dir.nativeInt);
[all...]
H A DCanvas.java466 op.nativeInt);
480 op.nativeInt);
519 op.nativeInt);
562 return native_clipPath(mNativeCanvas, path.ni(), op.nativeInt);
587 return native_clipRegion(mNativeCanvas, region.ni(), op.nativeInt);
621 EdgeType(int nativeInt) { argument
622 this.nativeInt = nativeInt;
624 final int nativeInt; field in class:Canvas.EdgeType
639 return native_quickReject(mNativeCanvas, rect, type.nativeInt);
1177 VertexMode(int nativeInt) argument
1180 final int nativeInt; field in class:Canvas.VertexMode
[all...]
H A DPaint.java100 Style(int nativeInt) { argument
101 this.nativeInt = nativeInt;
103 final int nativeInt; field in class:Paint.Style
126 private Cap(int nativeInt) { argument
127 this.nativeInt = nativeInt;
129 final int nativeInt; field in class:Paint.Cap
150 private Join(int nativeInt) { argument
151 this.nativeInt
153 final int nativeInt; field in class:Paint.Join
174 Align(int nativeInt) argument
177 final int nativeInt; field in class:Paint.Align
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DShader.java47 TileMode(int nativeInt) { argument
48 this.nativeInt = nativeInt;
50 final int nativeInt; field in class:Shader.TileMode
H A DBitmap.java62 this.nativeInt = ni;
64 final int nativeInt; field in class:Bitmap.Config
H A DMatrix.java638 ScaleToFit(int nativeInt) { argument
639 this.nativeInt = nativeInt;
641 final int nativeInt; field in class:Matrix.ScaleToFit
H A DPath.java388 nativeInt = ni;
390 final int nativeInt; field in class:Path.Direction
H A DCanvas.java228 EdgeType(int nativeInt) { argument
229 this.nativeInt = nativeInt;
231 final int nativeInt; field in class:Canvas.EdgeType
H A DPaint.java101 Style(int nativeInt) { argument
102 this.nativeInt = nativeInt;
104 final int nativeInt; field in class:Paint.Style
127 private Cap(int nativeInt) { argument
128 this.nativeInt = nativeInt;
130 final int nativeInt; field in class:Paint.Cap
164 private Join(int nativeInt) { argument
165 this.nativeInt
167 final int nativeInt; field in class:Paint.Join
201 Align(int nativeInt) argument
204 final int nativeInt; field in class:Paint.Align
[all...]
/frameworks/base/core/java/android/widget/
H A DImageView.java411 nativeInt = ni;
413 final int nativeInt; field in class:ImageView.ScaleType
587 return sS2FArray[st.nativeInt - 1];

Completed in 551 milliseconds