I have a pop window which will populate a data list within a recyclerView 
component. This data is populated based on the search query provided in the 
searchView component. The problem is the popup window displayed is not 
being recognized by UIAutomatorViewer i.e. this component is not present in 
the DOM hierarchy. But when I set the focus to true using 
popupWindow.setFocusable(true), the component will be recognized but the 
background views including searchView is frozen and is not available if i 
want to search for some other data. I have also tried using 
setOutsideTouchable(true) api to detect any touch outside the popup window 
which would dismiss the window but of not much help. Hence can anyone help 
me out in handling this scenario?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/902b8a32-4a91-4253-b018-1fe0dd5b369f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to