Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 243 Bytes

position.md

File metadata and controls

11 lines (6 loc) · 243 Bytes

坐标系

View 与 MotionEvent 的主要坐标系参考值:

View Position

x、y 和 translationX、translationY 是对于移动过程有用的概念。

  1. x = left + translationX

  2. y = top + translationY