[Android] Cannot find element on listview using both uiautomatorviewer and appium inspector

Hi everyone,
I having trouble when finding listview via appium inspector and uiautomatorviewer.
Listview is showing on my Device but i cannot find anything of that on inspector.
Please see image below:

The yellow frame is the listview, but i cannot find it in source(right tab).

Try to print driver.getPagesource and see if you can see list view at run time.

Copy the XML page source and paste in https://xmltoolbox.appspot.com/xpath_generator.html
and try searching the input field name there.