Android滑动绘制坐标和view的移动

1.Android坐标系 ,原点位于屏幕的左上角.android 2.视图坐标系,原点位于父视图的左上角.动画 3.this 1. layout(左,上,右,下)spa public class CustomView extends View { private int lastX; private int lastY; public CustomView(Context
相关文章
相关标签/搜索