最終更新:2014-04-27 (日) 19:10:52 (3651d)  

WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL
Top / WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL

even when this window is focusable (its FLAG_NOT_FOCUSABLE is not set), allow any pointer events outside of the window to be sent to the windows behind it.

メモ

  • Windowの外側で発生したイベントに関しては、背後のwindowに伝えられるようになる