Windowmanager.layoutparams notes

Source: Internet
Author: User

 windowmanager.layoutparams WLP = new                          Windowmanager.layoutparams (width, height, WindowManager.LayoutParams.TYPE_SYSTEM_ERROR, WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL  | WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH  | WindowManager.LayoutParams.FLAG_NOT_FOCUSABLE  | WindowManager.LayoutParams.FLAG_LAYOUT_IN_SCREEN, pixelformat.translucent); 

//type_system_error +flag_layout_in_screen with the ability to float above the status bar and handle touch and click events, Type_system_overlay, Type_syste M_alert not able to touch and click


Windowmanager.layoutparams WLP = new windowmanager.layoutparams (width,                        height, WindowManager.LayoutParams.TYPE_PHONE,                        WindowManager.LayoutParams.FLAG_NOT_TOUCH_MODAL                                |  WindowManager.LayoutParams.FLAG_WATCH_OUTSIDE_TOUCH                                |  windowmanager.layoutparams.flag_not_focusable,//does not occupy the focus to prevent other applications need to get focus when there is no response                        pixelformat.translucent);  

This can not be moved over the status bar can be clicked

Windowmanager.layoutparams notes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.