Hi everyone,
I have some required data in WindowManagerService.java file (let me
say , mWindows).  I want to query that data from WindowManager.java
file.
For example :
       I want to have the list of Window Objects in WindowManager.java
file , I can get the list from  WindowManagerService.java file
(mWindows). So I want to add one function in WindowManager.java ,
say           public Window[ ] getWindowObjects ();

Could anyone tell me how can I do this.. I will be waiting for
someone's help.



Thank you.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to