Searched refs:native_object (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java94 * @param native_object the native int.
97 public T getDelegate(int native_object) { argument
98 if (native_object > 0) {
99 T delegate = mDelegates.get(native_object);
104 native_object);
120 int native_object = ++mDelegateCounter;
121 mDelegates.put(native_object, newDelegate);
126 System.out.println("New " + mClass.getSimpleName() + " with int " + native_object);
129 return native_object;
134 * @param native_object th
136 removeJavaReferenceFor(int native_object) argument
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java599 private static native boolean native_isIdentity(int native_object); argument
600 private static native boolean native_rectStaysRect(int native_object); argument
601 private static native void native_reset(int native_object); argument
602 private static native void native_set(int native_object, int other); argument
603 private static native void native_setTranslate(int native_object, argument
605 private static native void native_setScale(int native_object, argument
607 private static native void native_setScale(int native_object, argument
609 private static native void native_setRotate(int native_object, argument
611 private static native void native_setRotate(int native_object, argument
613 private static native void native_setSinCos(int native_object, argument
615 native_setSinCos(int native_object, float sinValue, float cosValue) argument
617 native_setSkew(int native_object, float kx, float ky, float px, float py) argument
619 native_setSkew(int native_object, float kx, float ky) argument
621 native_setConcat(int native_object, int a, int b) argument
623 native_preTranslate(int native_object, float dx, float dy) argument
625 native_preScale(int native_object, float sx, float sy, float px, float py) argument
627 native_preScale(int native_object, float sx, float sy) argument
629 native_preRotate(int native_object, float degrees, float px, float py) argument
631 native_preRotate(int native_object, float degrees) argument
633 native_preSkew(int native_object, float kx, float ky, float px, float py) argument
635 native_preSkew(int native_object, float kx, float ky) argument
637 native_preConcat(int native_object, int other_matrix) argument
639 native_postTranslate(int native_object, float dx, float dy) argument
641 native_postScale(int native_object, float sx, float sy, float px, float py) argument
643 native_postScale(int native_object, float sx, float sy) argument
645 native_postRotate(int native_object, float degrees, float px, float py) argument
647 native_postRotate(int native_object, float degrees) argument
649 native_postSkew(int native_object, float kx, float ky, float px, float py) argument
651 native_postSkew(int native_object, float kx, float ky) argument
653 native_postConcat(int native_object, int other_matrix) argument
655 native_setRectToRect(int native_object, RectF src, RectF dst, int stf) argument
657 native_setPolyToPoly(int native_object, float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) argument
659 native_invert(int native_object, int inverse) argument
660 native_mapPoints(int native_object, float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount, boolean isPts) argument
663 native_mapRect(int native_object, RectF dst, RectF src) argument
665 native_mapRadius(int native_object, float radius) argument
667 native_getValues(int native_object, float[] values) argument
669 native_setValues(int native_object, float[] values) argument
[all...]
H A DPaint.java1372 private static native void native_reset(int native_object); argument
1374 private static native int native_getStyle(int native_object); argument
1375 private static native void native_setStyle(int native_object, int style); argument
1376 private static native int native_getStrokeCap(int native_object); argument
1377 private static native void native_setStrokeCap(int native_object, int cap); argument
1378 private static native int native_getStrokeJoin(int native_object); argument
1379 private static native void native_setStrokeJoin(int native_object, argument
1381 private static native boolean native_getFillPath(int native_object, argument
1383 private static native int native_setShader(int native_object, int shader); argument
1384 private static native int native_setColorFilter(int native_object, argument
1386 native_setXfermode(int native_object, int xfermode) argument
1388 native_setPathEffect(int native_object, int effect) argument
1390 native_setMaskFilter(int native_object, int maskfilter) argument
1392 native_setTypeface(int native_object, int typeface) argument
1394 native_setRasterizer(int native_object, int rasterizer) argument
1397 native_getTextAlign(int native_object) argument
1398 native_setTextAlign(int native_object, int align) argument
1403 native_getTextWidths(int native_object, char[] text, int index, int count, float[] widths) argument
1405 native_getTextWidths(int native_object, String text, int start, int end, float[] widths) argument
1407 native_getTextPath(int native_object, char[] text, int index, int count, float x, float y, int path) argument
1409 native_getTextPath(int native_object, String text, int start, int end, float x, float y, int path) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java196 /*package*/ static boolean native_isIdentity(int native_object) { argument
197 Matrix_Delegate d = sManager.getDelegate(native_object);
206 /*package*/ static boolean native_rectStaysRect(int native_object) { argument
207 Matrix_Delegate d = sManager.getDelegate(native_object);
216 /*package*/ static void native_reset(int native_object) { argument
217 Matrix_Delegate d = sManager.getDelegate(native_object);
226 /*package*/ static void native_set(int native_object, int other) { argument
227 Matrix_Delegate d = sManager.getDelegate(native_object);
241 /*package*/ static void native_setTranslate(int native_object, float dx, float dy) { argument
242 Matrix_Delegate d = sManager.getDelegate(native_object);
251 native_setScale(int native_object, float sx, float sy, float px, float py) argument
262 native_setScale(int native_object, float sx, float sy) argument
280 native_setRotate(int native_object, float degrees, float px, float py) argument
290 native_setRotate(int native_object, float degrees) argument
300 native_setSinCos(int native_object, float sinValue, float cosValue, float px, float py) argument
319 native_setSinCos(int native_object, float sinValue, float cosValue) argument
329 native_setSkew(int native_object, float kx, float ky, float px, float py) argument
340 native_setSkew(int native_object, float kx, float ky) argument
358 native_setConcat(int native_object, int a, int b) argument
386 native_preTranslate(int native_object, float dx, float dy) argument
397 native_preScale(int native_object, float sx, float sy, float px, float py) argument
409 native_preScale(int native_object, float sx, float sy) argument
420 native_preRotate(int native_object, float degrees, float px, float py) argument
432 native_preRotate(int native_object, float degrees) argument
447 native_preSkew(int native_object, float kx, float ky, float px, float py) argument
459 native_preSkew(int native_object, float kx, float ky) argument
470 native_preConcat(int native_object, int other_matrix) argument
486 native_postTranslate(int native_object, float dx, float dy) argument
497 native_postScale(int native_object, float sx, float sy, float px, float py) argument
509 native_postScale(int native_object, float sx, float sy) argument
520 native_postRotate(int native_object, float degrees, float px, float py) argument
532 native_postRotate(int native_object, float degrees) argument
543 native_postSkew(int native_object, float kx, float ky, float px, float py) argument
555 native_postSkew(int native_object, float kx, float ky) argument
566 native_postConcat(int native_object, int other_matrix) argument
582 native_setRectToRect(int native_object, RectF src, RectF dst, int stf) argument
647 native_setPolyToPoly(int native_object, float[] src, int srcIndex, float[] dst, int dstIndex, int pointCount) argument
657 native_invert(int native_object, int inverse) argument
685 native_mapPoints(int native_object, float[] dst, int dstIndex, float[] src, int srcIndex, int ptCount, boolean isPts) argument
700 native_mapRect(int native_object, RectF dst, RectF src) argument
710 native_mapRadius(int native_object, float radius) argument
726 native_getValues(int native_object, float[] values) argument
736 native_setValues(int native_object, float[] values) argument
[all...]
H A DPaint_Delegate.java631 /*package*/ static void native_reset(int native_object) { argument
633 Paint_Delegate delegate = sManager.getDelegate(native_object);
659 /*package*/ static int native_getStyle(int native_object) { argument
661 Paint_Delegate delegate = sManager.getDelegate(native_object);
670 /*package*/ static void native_setStyle(int native_object, int style) { argument
672 Paint_Delegate delegate = sManager.getDelegate(native_object);
681 /*package*/ static int native_getStrokeCap(int native_object) { argument
683 Paint_Delegate delegate = sManager.getDelegate(native_object);
692 /*package*/ static void native_setStrokeCap(int native_object, int cap) { argument
694 Paint_Delegate delegate = sManager.getDelegate(native_object);
703 native_getStrokeJoin(int native_object) argument
714 native_setStrokeJoin(int native_object, int join) argument
725 native_getFillPath(int native_object, int src, int dst) argument
751 native_setShader(int native_object, int shader) argument
764 native_setColorFilter(int native_object, int filter) argument
783 native_setXfermode(int native_object, int xfermode) argument
796 native_setPathEffect(int native_object, int effect) argument
809 native_setMaskFilter(int native_object, int maskfilter) argument
828 native_setTypeface(int native_object, int typeface) argument
841 native_setRasterizer(int native_object, int rasterizer) argument
860 native_getTextAlign(int native_object) argument
871 native_setTextAlign(int native_object, int align) argument
893 native_getTextWidths(int native_object, char[] text, int index, int count, float[] widths) argument
935 native_getTextWidths(int native_object, String text, int start, int end, float[] widths) argument
941 native_getTextPath(int native_object, char[] text, int index, int count, float x, float y, int path) argument
949 native_getTextPath(int native_object, String text, int start, int end, float x, float y, int path) argument
[all...]

Completed in 335 milliseconds