به دست آوردن ابعاد یک ویو + Circular Reveal animation
چند تا متد هست که میشه باهاشون ابعاد یک ویو رو به دست آورد:
getX() : The visual x position of this view, in pixels.
getY() : The visual y position of this view, in pixels.
getWidth() : Return the width of the your view.
getHeight() : Return the width of the your view.
getTop() : Top position of this view relative to its parent.
getLeft() : Left position of this view relative to its parent.
getBottom() : Bottom position of this view relative to its parent.
getRight() : Right position of this view relative to its parent.
همه این متدها جواب رو برحسب پیکسل برمیگردونن.
getTop و اینا فاصله ویو رو نسبت به ویوی پرنت اندازه میگیرن.
getX و getY گوشه بالا سمت چپ ویو هست و معمولا getX و getY همون getTop و getLeft هستن.
از این متدا توی Circular Reveal animation استفاده میشه.