public static interface ViewTreeObserver.OnWindowShownListener
Interface definition for a callback noting when a system window has been displayed.
This is only used for non-Activity windows. Activity windows can use
Activity.onEnterAnimationComplete() to get the same signal.