Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アニメーターを使用しており、アニメーションを開始するには現在の位置が必要です。
ObjectAnimator animation = ObjectAnimator.ofFloat(button, "x", current position, 1);
ボタンの現在の位置を取得するにはどうすればよいですか?