I need to find out if any view is focused inside an Activity and what view it is. How to do this?
if you are in a fragment you can use
getView().findFocus()