无论我出现在屏幕上的什么地方,如何以编程方式获取 anyScreen 的视图

How can i get the view of anyScreen programatically wherever i am present at the screen

**如何以编程方式从相应屏幕获取视图**

How can i get the view of screen programatically wherever i am present at the screen. Is it possible,And if yes send me some notes.

提前致谢。

试试这个:

View newView = this.getView();

如果有帮助请告诉我。