I use a third party Android package, which defines a HeaderBar UI class. This class has a private member which is a popup window.
I want to reset the width of the popup window, but I cannot get a reference of the popup window from the instance of HeaderBar. Is there any way I can get a reference of it from the view hierarchy of Android?