最終更新:2014-04-28 (月) 03:50:05 (3651d)  

WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN
Top / WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN

place the window within the entire screen, ignoring decorations around the border (such as the status bar). The window must correctly position its contents to take the screen decoration into account. This flag is normally set for you by Window as described in setFlags(int, int).