Lines Matching defs:displayList

127     private static native void nDestroyDisplayList(int displayList);
128 private static native int nGetDisplayListSize(int displayList);
129 private static native void nSetDisplayListName(int displayList, String name);
443 private static native void nReset(int displayList);
444 private static native void nOffsetTopAndBottom(int displayList, float offset);
445 private static native void nOffsetLeftAndRight(int displayList, float offset);
446 private static native void nSetLeftTopRightBottom(int displayList, int left, int top,
448 private static native void nSetBottom(int displayList, int bottom);
449 private static native void nSetRight(int displayList, int right);
450 private static native void nSetTop(int displayList, int top);
451 private static native void nSetLeft(int displayList, int left);
452 private static native void nSetCameraDistance(int displayList, float distance);
453 private static native void nSetPivotY(int displayList, float pivotY);
454 private static native void nSetPivotX(int displayList, float pivotX);
455 private static native void nSetCaching(int displayList, boolean caching);
456 private static native void nSetClipToBounds(int displayList, boolean clipToBounds);
457 private static native void nSetAlpha(int displayList, float alpha);
458 private static native void nSetHasOverlappingRendering(int displayList,
460 private static native void nSetTranslationX(int displayList, float translationX);
461 private static native void nSetTranslationY(int displayList, float translationY);
462 private static native void nSetRotation(int displayList, float rotation);
463 private static native void nSetRotationX(int displayList, float rotationX);
464 private static native void nSetRotationY(int displayList, float rotationY);
465 private static native void nSetScaleX(int displayList, float scaleX);
466 private static native void nSetScaleY(int displayList, float scaleY);
467 private static native void nSetTransformationInfo(int displayList, float alpha,
470 private static native void nSetStaticMatrix(int displayList, int nativeMatrix);
471 private static native void nSetAnimationMatrix(int displayList, int animationMatrix);
473 private static native boolean nHasOverlappingRendering(int displayList);
474 private static native void nGetMatrix(int displayList, int matrix);
475 private static native float nGetAlpha(int displayList);
476 private static native float nGetLeft(int displayList);
477 private static native float nGetTop(int displayList);
478 private static native float nGetRight(int displayList);
479 private static native float nGetBottom(int displayList);
480 private static native float nGetCameraDistance(int displayList);
481 private static native float nGetScaleX(int displayList);
482 private static native float nGetScaleY(int displayList);
483 private static native float nGetTranslationX(int displayList);
484 private static native float nGetTranslationY(int displayList);
485 private static native float nGetRotation(int displayList);
486 private static native float nGetRotationX(int displayList);
487 private static native float nGetRotationY(int displayList);
488 private static native float nGetPivotX(int displayList);
489 private static native float nGetPivotY(int displayList);