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.
私はそれにActivity透明な(下->上)を持っSlidingDrawerています。画面を上にスクロールするときに、表示領域のみの幅と高さを取得したいと思います。出来ますか?getLocalVisibleRect()メソッドとメソッドのいずれかで作成できると考えましgetGlobalVisibleRect()たが、レイアウト四角形を返すため、間違っていました。
Activity
SlidingDrawer
getLocalVisibleRect()
getGlobalVisibleRect()
やった!SlidingDrawer画面上のハンドルの (X, Y) 座標を取得することで、可視領域を測定することができます。
mySlidingDrawer.getHandle().getY(); mySlidingDrawer.getHandle().getX();