HomeSort by relevance Sort by last modified time
    Searched defs:nativeInt (Results 1 - 16 of 16) sorted by null

  /frameworks/base/graphics/java/android/graphics/
AvoidXfermode.java 30 Mode(int nativeInt) {
31 this.nativeInt = nativeInt;
33 final int nativeInt;
55 native_instance = nativeCreate(opColor, tolerance, mode.nativeInt);
Shader.java 46 TileMode(int nativeInt) {
47 this.nativeInt = nativeInt;
49 final int nativeInt;
PorterDuff.java 58 Mode(int nativeInt) {
59 this.nativeInt = nativeInt;
61 final int nativeInt;
Region.java 33 Op(int nativeInt) {
34 this.nativeInt = nativeInt;
36 final int nativeInt;
244 op.nativeInt);
253 op.nativeInt);
270 op.nativeInt);
279 region2.mNativeRegion, op.nativeInt);
Path.java 82 nativeInt = ni;
84 final int nativeInt;
111 native_setFillType(mNativePath, ft.nativeInt);
339 nativeInt = ni;
341 final int nativeInt;
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...]
Matrix.java 331 ScaleToFit(int nativeInt) {
332 this.nativeInt = nativeInt;
334 final int nativeInt;
351 return native_setRectToRect(native_instance, src, dst, stf.nativeInt);
Bitmap.java 222 this.nativeInt = ni;
224 final int nativeInt;
315 Bitmap b = nativeCopy(mNativeBitmap, config.nativeInt, isMutable);
477 Bitmap bm = nativeCreate(null, 0, width, width, height, config.nativeInt, true);
514 config.nativeInt, false);
551 CompressFormat(int nativeInt) {
552 this.nativeInt = nativeInt;
554 final int nativeInt;
589 return nativeCompress(mNativeBitmap, format.nativeInt, quality
    [all...]
Canvas.java 466 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) {
622 this.nativeInt = nativeInt;
624 final int nativeInt;
639 return native_quickReject(mNativeCanvas, rect, type.nativeInt);
    [all...]
Paint.java 100 Style(int nativeInt) {
101 this.nativeInt = nativeInt;
103 final int nativeInt;
126 private Cap(int nativeInt) {
127 this.nativeInt = nativeInt;
129 final int nativeInt;
150 private Join(int nativeInt) {
151 this.nativeInt = nativeInt
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Shader.java 47 TileMode(int nativeInt) {
48 this.nativeInt = nativeInt;
50 final int nativeInt;
Bitmap.java 62 this.nativeInt = ni;
64 final int nativeInt;
Path.java 388 nativeInt = ni;
390 final int nativeInt;
Matrix.java 638 ScaleToFit(int nativeInt) {
639 this.nativeInt = nativeInt;
641 final int nativeInt;
    [all...]
Canvas.java 228 EdgeType(int nativeInt) {
229 this.nativeInt = nativeInt;
231 final int nativeInt;
    [all...]
Paint.java 101 Style(int nativeInt) {
102 this.nativeInt = nativeInt;
104 final int nativeInt;
127 private Cap(int nativeInt) {
128 this.nativeInt = nativeInt;
130 final int nativeInt;
164 private Join(int nativeInt) {
165 this.nativeInt = nativeInt
    [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 423 nativeInt = ni;
425 final int nativeInt;
599 return sS2FArray[st.nativeInt - 1];
    [all...]

Completed in 623 milliseconds