Is there a way that you can get actionbar views as object references. For instance I would like to get the overflow view in order to know the coordinates on the screen. currently I have manage an ugly solution which is. Get a menu item with an id
overflowView =((ViewGroup)parent.findViewById(R.id.menu_id).getParent()).getChildAt(2);