아래 메소드를 사용해야 하는데, 아래 메소드에 대한 개념이 잡히지 않네요...
descendant 좌표 체계에서... 현재 View의 좌표 체계로 주어진 rect를 offset 한다는 건데...

변수로 줄 rect에는 멀 설정해야 하고..
또.. rect의 결과는 어떻게 연산이 되어.. 결과가 체워 지는 건가요???

아시는 분 답변 좀 부탁 드려요.. 감사합니다.


public final void offsetDescendantRectToMyCoords (View descendant, Rect rect)
Since: API Level 1
Offset a rectangle that is in a descendant's coordinate space into our coordinate space.

Parameters
descendant  A descendant of this view
rect  A rectangle defined in descendant's coordinate space.