> public static final int FLAG_WATCH_OUTSIDE_TOUCH > Window flag: if you have set FLAG_NOT_TOUCH_MODAL, you can set this flag to receive > a single special MotionEvent with the action MotionEvent.ACTION_OUTSIDE for touches that occur outside of your window. > Note that you will not receive the full down/move/up gesture, only the location of the first down as an ACTION_OUTSIDE.