I am using kivy-remote-shell to play around the APIs and found this:
import android
dir(android.python_act)
leads to a long output, but among that, you should find half eaten property/member names like:
'estricted', 'estroyed', 'esumed',
and
filter(lambda s: s.find('ayout') != -1, dir(android.python_act.mView))
will lead to output like
, 'ayoutDirectionResolved', 'ayoutRequested', 'ayoutRtl'
I hope It is not me who has goofed up during the build somewhere.