Find the Window containing a View in Android
Posted
by Casebash
on Stack Overflow
See other posts from Stack Overflow
or by Casebash
Published on 2010-05-07T01:10:53Z
Indexed on
2010/05/07
1:18 UTC
Read the original article
Hit count: 279
I can't find a way to obtain a reference the Window
containing an arbitrary View
v. I found fromgetWindowToken
, but I can't figure out how to use it? Does anyone know how?
Also, does anyone know why it returns an IBinder
rather than a Window
?
© Stack Overflow or respective owner