Lines Matching refs:displayList

293     private static native void nOffsetTopBottom(int displayList, int offset);
294 private static native void nOffsetLeftRight(int displayList, int offset);
295 private static native void nSetLeftTopRightBottom(int displayList, int left, int top,
297 private static native void nSetLeftTop(int displayList, int left, int top);
298 private static native void nSetBottom(int displayList, int bottom);
299 private static native void nSetRight(int displayList, int right);
300 private static native void nSetTop(int displayList, int top);
301 private static native void nSetLeft(int displayList, int left);
302 private static native void nSetCameraDistance(int displayList, float distance);
303 private static native void nSetPivotY(int displayList, float pivotY);
304 private static native void nSetPivotX(int displayList, float pivotX);
305 private static native void nSetCaching(int displayList, boolean caching);
306 private static native void nSetClipChildren(int displayList, boolean clipChildren);
307 private static native void nSetAlpha(int displayList, float alpha);
308 private static native void nSetHasOverlappingRendering(int displayList,
310 private static native void nSetTranslationX(int displayList, float translationX);
311 private static native void nSetTranslationY(int displayList, float translationY);
312 private static native void nSetRotation(int displayList, float rotation);
313 private static native void nSetRotationX(int displayList, float rotationX);
314 private static native void nSetRotationY(int displayList, float rotationY);
315 private static native void nSetScaleX(int displayList, float scaleX);
316 private static native void nSetScaleY(int displayList, float scaleY);
317 private static native void nSetTransformationInfo(int displayList, float alpha,
320 private static native void nSetStaticMatrix(int displayList, int nativeMatrix);
321 private static native void nSetAnimationMatrix(int displayList, int animationMatrix);